Commit 69a5ee99 authored by LONGMAN's avatar LONGMAN

Fixes

parent 8b2d681f
...@@ -46,7 +46,7 @@ class DateCommand extends Command ...@@ -46,7 +46,7 @@ class DateCommand extends Command
$data = json_decode($data, true); $data = json_decode($data, true);
if (empty($data)) { if (empty($data)) {
return false; return false;
} }
if ($data['status'] !== 'OK') { if ($data['status'] !== 'OK') {
return false; return false;
...@@ -82,7 +82,7 @@ class DateCommand extends Command ...@@ -82,7 +82,7 @@ class DateCommand extends Command
$data = json_decode($data, true); $data = json_decode($data, true);
if (empty($data)) { if (empty($data)) {
return false; return false;
} }
if ($data['status'] !== 'OK') { if ($data['status'] !== 'OK') {
return false; return false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment