From 74ee8a5aba088e6df1c3dc4d31d13e2c8acf2381 Mon Sep 17 00:00:00 2001 From: kremsy Date: Thu, 9 Jan 2014 19:30:50 +0100 Subject: [PATCH] smartgit sucks --- application/core/ManiaExchange/ManiaExchangeInfoSearcher.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/core/ManiaExchange/ManiaExchangeInfoSearcher.php b/application/core/ManiaExchange/ManiaExchangeInfoSearcher.php index 85d17ecb..ec493820 100644 --- a/application/core/ManiaExchange/ManiaExchangeInfoSearcher.php +++ b/application/core/ManiaExchange/ManiaExchangeInfoSearcher.php @@ -84,7 +84,7 @@ class ManiaExchangeInfoSearcher { // $mapInfo = FileUtil::loadFile($url, "application/json"); //TODO use mc fileutil $mapInfo = $this->get_file($url); - + //TODO errors /*if ($file === false) { $this->error = 'Connection or response error on ' . $url;