Skip to content

Commit fc9a92c

Browse files
authored
Update AutoCreateSubtask.php
saw a mistake
1 parent 6cefc51 commit fc9a92c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Action/AutoCreateSubtask.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function doAction(array $data)
5050
$title_test = $this->getParam('title');
5151

5252
if (empty ($title_test)) {
53-
$title_test = $this->getParam($data['task']['title'];
53+
$title_test = $data['task']['title'];
5454
}
5555

5656
$values = array(

0 commit comments

Comments
 (0)