Index: trunk/extensions/Tasks/Tasks.hooks.php |
— | — | @@ -246,7 +246,7 @@ |
247 | 247 | } |
248 | 248 | if( $add_task != MW_TASK_INVALID ) { |
249 | 249 | $comment = htmlspecialchars( wfMsgForContent( 'tasks_on_creation_comment' ) ); |
250 | | - $st->add_new_task( $t, $comment, $add_task ) ; |
| 250 | + $st->add_new_task( $t, $comment, $add_task, null ) ; |
251 | 251 | } |
252 | 252 | |
253 | 253 | return false; |