- Fixes cron HTTP request loop issue

This commit is contained in:
Vlad
2016-01-28 12:50:12 -05:00
parent b5094f568c
commit 2cf03ec0a3

View File

@@ -118,9 +118,6 @@ class Daemon {
}
session_id($this->request_payload['session']);
session_start();
if (!isset($_SESSION['cron_daemon'])) {
throw new \Exception(__('Session cannot be read.'));
}
break;
case 'end':
session_write_close();