From 7b5137d050d94e6d402a075e6b73ea10de376b84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20Schro=CC=88der?= Date: Fri, 2 May 2014 15:35:09 +0200 Subject: [PATCH] fixed method call --- application/core/ErrorHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/core/ErrorHandler.php b/application/core/ErrorHandler.php index 54f56dec..458b38ef 100644 --- a/application/core/ErrorHandler.php +++ b/application/core/ErrorHandler.php @@ -71,7 +71,7 @@ class ErrorHandler { if ($this->maniaControl->settingManager && $this->maniaControl->updateManager) { $error['UpdateChannel'] = $this->maniaControl->settingManager->getSetting($this->maniaControl->updateManager, UpdateManager::SETTING_UPDATECHECK_CHANNEL); - $error['ManiaControlVersion'] = $this->maniaControl->updateManager->getCurrentBuildDate(); + $error['ManiaControlVersion'] = $this->maniaControl->updateManager->getNightlyBuildDate(); } else { $error['UpdateChannel'] = '';