adapted to updated spec using action=capabilities

This commit is contained in:
Ralf Becker 2012-10-03 10:10:13 +00:00
parent 19f25f2012
commit e9fe6cd6e1

View File

@ -426,7 +426,7 @@ class ischedule_server
*/
protected function get()
{
if (!isset($_GET['query']) || $_GET['action'] !== 'capabilities')
if (!isset($_GET['action']) || $_GET['action'] !== 'capabilities')
{
error_log(__METHOD__."() invalid iSchedule request using GET without action=capabilities!");
header("HTTP/1.1 400 Bad Request");