Skip to content
Snippets Groups Projects
Commit a6c010ab authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

V1.6: Fix table creation (VM3 would not create the table at all, because the...

V1.6: Fix table creation (VM3 would not create the table at all, because the trigger was not properly called)
parent 4dd27bf1
Branches
Tags V1.6
No related merge requests found
......@@ -58,12 +58,8 @@ class plgVmCustomBuyer_Assign_Group extends vmCustomPlugin {
return true ;
}
/**
* We must reimplement this triggers for joomla 1.7
* vmplugin triggers note by Max Milbers
*/
public function plgVmOnStoreInstallPluginTable($psType, $name) {
return $this->onStoreInstallPluginTable($psType, $name);
public function plgVmOnStoreInstallPluginTable($psType, $data, $nameOrTable) {
return $this->onStoreInstallPluginTable($psType);
}
// VM2 Compat:
......
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment