Fix bug where "Loading..." message wasn't removed on error when saving a task

This commit is contained in:
Aleksander Machniak 2015-12-17 16:43:20 +01:00
parent f8d65ba843
commit 7babdcdaa2

View file

@ -1365,7 +1365,7 @@ class tasklist_kolab_driver extends tasklist_driver
rcube::raise_error(array(
'code' => 600, 'type' => 'php',
'file' => __FILE__, 'line' => __LINE__,
'message' => "Invalid list identifer to save task: " . var_dump($list_id, true)),
'message' => "Invalid list identifer to save task: " . print_r($list_id, true)),
true, false);
return false;
}