Moving Language verification process from enablePlugin to import plugin file

This commit is contained in:
ralph
2013-04-12 14:40:16 -04:00
parent 96df9f3c4d
commit 24be37fc1a
2 changed files with 6 additions and 2 deletions

View File

@@ -239,7 +239,6 @@ class PMPluginRegistry
$this->_aPlugins[$detail->sNamespace] = $oPlugin;
if (method_exists( $oPlugin, 'enable' )) {
$oPlugin->enable();
$this->verifyTranslation($detail->sNamespace);
}
return true;
}