r36348 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r36347
|
r36348
|
r36349
>
Date:
19:49, 16 June 2008
Author:
demon
Status:
old
Tags:
Comment:
Add wfDeprecated() to Article::getDB()
Modified paths:
/trunk/phase3/includes/Article.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/Article.php
—
—
@@ -461,6 +461,7 @@
462
462
* @deprecated - just call wfGetDB( DB_MASTER ) instead
463
463
*/
464
464
function getDB() {
465
+ wfDeprecated( __METHOD__ );
465
466
return wfGetDB( DB_MASTER );
466
467
}
467
468
Status & tagging log
15:28, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r36348
[
removed:
ok
added:
old]