Skip to content

Commit

Permalink
[#431] Fix warnings when failed to create a task.
Browse files Browse the repository at this point in the history
Fixes:
* Undefined variable: createTasks
* count(): Parameter must be an array
  • Loading branch information
jaragunde committed Jan 25, 2022
1 parent 73d6583 commit ff4e96c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/services/createTasksService.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
break;
}

$createTasks = array();
do {

if ($parser->name == "task")
Expand Down

0 comments on commit ff4e96c

Please sign in to comment.