Moving Language verification process from enablePlugin to import plugin file
This commit is contained in:
@@ -239,7 +239,6 @@ class PMPluginRegistry
|
||||
$this->_aPlugins[$detail->sNamespace] = $oPlugin;
|
||||
if (method_exists( $oPlugin, 'enable' )) {
|
||||
$oPlugin->enable();
|
||||
$this->verifyTranslation($detail->sNamespace);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user