updated exception

This commit is contained in:
kremsy
2017-05-24 10:05:28 +02:00
parent edcd18e8f5
commit a32e7df5e0
3 changed files with 3 additions and 1 deletions

View File

@ -54,6 +54,7 @@ class DedimaniaWebHandler implements TimerListener {
if (!$data || $error) {
Logger::logError("Dedimania Error while opening session: '{$error}' Line 42");
}
$data = $this->decode($data);
if (!is_array($data) || empty($data)) {