/** * Create the table for this plugin if it does not yet exist. * This functions checks if the called plugin is active one. * When yes it is calling the standard method to create the tables * */ function plgVmOnStoreInstallPaymentPluginTable($jplugin_id) { return parent::onStoreInstallPluginTable($jplugin_id); }