This commit is contained in:
kremsy
2014-05-01 17:35:01 +02:00
committed by Steffen Schröder
parent fb30706cd4
commit 8ac2a26de7
+1 -1
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;
}