From 87785126845dbe590ddf55ae1c3bbe7751e3401d Mon Sep 17 00:00:00 2001 From: kremsy Date: Mon, 9 Dec 2013 10:58:17 +0100 Subject: [PATCH] testnack --- application/ManiaControl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/ManiaControl.php b/application/ManiaControl.php index e952af9f..05f300d7 100644 --- a/application/ManiaControl.php +++ b/application/ManiaControl.php @@ -22,7 +22,7 @@ ini_set('error_log', 'logs/ManiaControl_' . getmypid() . '.log'); require_once __DIR__ . '/core/ManiaControl.php'; // Start ManiaControl -serror_log('Loading ManiaControl v' . ManiaControl::VERSION . '...'); +error_log('Loading ManiaControl v' . ManiaControl::VERSION . '...'); $maniaControl = new ManiaControl(); $maniaControl->run();