r37324 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r37323
|
r37324
|
r37325
>
Date:
17:27, 8 July 2008
Author:
ialex
Status:
old
Tags:
Comment:
Missing param to wfDeprecated()
Modified paths:
/trunk/phase3/includes/db/Database.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/db/Database.php
—
—
@@ -57,7 +57,7 @@
58
58
* FALSE means discard output
59
59
*/
60
60
function setOutputPage( $out ) {
61
- wfDeprecated();
61
+ wfDeprecated( __METHOD__ );
62
62
}
63
63
64
64
/**
Status & tagging log
15:28, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r37324
[
removed:
ok
added:
old]