r80440 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80439‎ | r80440 | r80441 >
Date:08:30, 17 January 2011
Author:ialex
Status:deferred
Tags:
Comment:
missing parameter
Modified paths:
  • /trunk/extensions/Tasks/Tasks.hooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Tasks/Tasks.hooks.php
@@ -246,7 +246,7 @@
247247 }
248248 if( $add_task != MW_TASK_INVALID ) {
249249 $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 ) ;
251251 }
252252
253253 return false;

Status & tagging log