1
0
mirror of https://github.com/ShaYmez/ezservermonitor-web.git synced 2025-07-11 13:05:16 -04:00

x Bug on check_updates

This commit is contained in:
ShevAbam 2014-10-21 11:33:41 +02:00
parent c963916274
commit d868a423ed

@ -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');