Commit 69a5ee99 authored by LONGMAN's avatar LONGMAN

Fixes

parent 8b2d681f
......@@ -46,7 +46,7 @@ class DateCommand extends Command
$data = json_decode($data, true);
if (empty($data)) {
return false;
}
}
if ($data['status'] !== 'OK') {
return false;
......@@ -82,7 +82,7 @@ class DateCommand extends Command
$data = json_decode($data, true);
if (empty($data)) {
return false;
}
}
if ($data['status'] !== 'OK') {
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