Fix bug where "Loading..." message wasn't removed on error when saving a task
This commit is contained in:
parent
f8d65ba843
commit
7babdcdaa2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue