From d868a423edb4695acc92f7908d294c46500b89c0 Mon Sep 17 00:00:00 2001 From: ShevAbam Date: Tue, 21 Oct 2014 11:33:41 +0200 Subject: x Bug on check_updates --- libs/Utils/Config.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/Utils/Config.class.php') diff --git a/libs/Utils/Config.class.php b/libs/Utils/Config.class.php index f218764..c9140c6 100644 --- a/libs/Utils/Config.class.php +++ b/libs/Utils/Config.class.php @@ -78,7 +78,7 @@ class Config public function checkUpdate() { if ($this->get('esm:check_updates') === false) - return false; + return null; $response = null; $this_version = $this->get('esm:version'); -- cgit v1.2.3