This commit is contained in:
kremsy 2014-01-18 13:36:16 +01:00 committed by Steffen Schröder
parent fb30706cd4
commit 8ac2a26de7

View File

@ -141,7 +141,7 @@ class PluginManager {
$plugin->load($this->maniaControl);
} catch(\Exception $e) {
$this->maniaControl->chat->sendError('Error on Plugin activation ' . $e->getMessage(), $adminLogin);
$this->log('Error while plugin activation: ' . $e->getMessage());
$this->maniaControl->log('Error while plugin activation: ' . $e->getMessage());
return false;
}