r86078 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86077‎ | r86078 | r86079 >
Date:20:00, 14 April 2011
Author:ialex
Status:ok
Tags:
Comment:
Fix warning: Missing argument 1 for wfDeprecated(), called in includes/Article.php on line 580 and defined in includes/GlobalFunctions.php on line 3094
Modified paths:
  • /trunk/phase3/includes/Article.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Article.php
@@ -577,7 +577,7 @@
578578 * @return mixed value of $x, or value stored in Article::mForUpdate
579579 */
580580 public function forUpdate( $x = null ) {
581 - wfDeprecated();
 581+ wfDeprecated( __METHOD__ );
582582 return wfSetVar( $this->mForUpdate, $x );
583583 }
584584

Status & tagging log