minor thing

This commit is contained in:
kremsy 2014-01-18 13:37:28 +01:00 committed by Steffen Schröder
parent 8ac2a26de7
commit 83cb3c9f1f

View File

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