mirror of
https://github.com/ShaYmez/ezservermonitor-web.git
synced 2024-12-22 01:20:58 -05:00
x Bug on check_updates
This commit is contained in:
parent
c963916274
commit
d868a423ed
@ -78,7 +78,7 @@ class Config
|
|||||||
public function checkUpdate()
|
public function checkUpdate()
|
||||||
{
|
{
|
||||||
if ($this->get('esm:check_updates') === false)
|
if ($this->get('esm:check_updates') === false)
|
||||||
return false;
|
return null;
|
||||||
|
|
||||||
$response = null;
|
$response = null;
|
||||||
$this_version = $this->get('esm:version');
|
$this_version = $this->get('esm:version');
|
||||||
|
Loading…
Reference in New Issue
Block a user