x Bug on check_updates

This commit is contained in:
ShevAbam 2014-10-21 11:33:41 +02:00
parent c963916274
commit d868a423ed
1 changed files with 1 additions and 1 deletions

View File

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