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 @@
578
578
* @return mixed value of $x, or value stored in Article::mForUpdate
579
579
*/
580
580
public function forUpdate( $x = null ) {
581
- wfDeprecated();
581
+ wfDeprecated( __METHOD__ );
582
582
return wfSetVar( $this->mForUpdate, $x );
583
583
}
584
584
Status & tagging log
02:16, 15 April 2011
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r86078
[
removed:
new
added:
ok]