Skip to content

Commit

Permalink
x Bug on check_updates
Browse files Browse the repository at this point in the history
  • Loading branch information
shevabam committed Oct 21, 2014
1 parent c963916 commit d868a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/Utils/Config.class.php
Expand Up @@ -78,7 +78,7 @@ private function _checkPHPVersion($min)
public function checkUpdate()
{
if ($this->get('esm:check_updates') === false)
return false;
return null;

$response = null;
$this_version = $this->get('esm:version');
Expand Down

0 comments on commit d868a42

Please sign in to comment.