From effc3c500cf6e6f9190127fd090bbf685287a0fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20Schro=CC=88der?= Date: Wed, 19 Mar 2014 11:11:25 +0100 Subject: [PATCH] fixed log file name building --- application/ManiaControl.php | 49 ++++++++++++++-------------- application/core/Maps/MapManager.php | 2 +- 2 files changed, 26 insertions(+), 25 deletions(-) diff --git a/application/ManiaControl.php b/application/ManiaControl.php index 78416c92..1ea4617b 100644 --- a/application/ManiaControl.php +++ b/application/ManiaControl.php @@ -1,15 +1,16 @@ mapQueue->removeFromMapQueue($admin, $map->uid); - if ($map->mx != null) { + if ($map->mx) { $this->mxManager->unsetMap($map->mx->id); }