r71594 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r71593
|
r71594
|
r71595
>
Date:
22:06, 24 August 2010
Author:
reedy
Status:
ok
Tags:
Comment:
self::DB_ADMIN to Maintenance::DB_ADMIN for constant
Modified paths:
/trunk/phase3/maintenance/convertLinks.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/maintenance/convertLinks.php
—
—
@@ -39,7 +39,7 @@
40
40
}
41
41
42
42
public function getDbType() {
43
- return self::DB_ADMIN;
43
+ return Maintenance::DB_ADMIN;
44
44
}
45
45
46
46
public function execute() {
Status & tagging log
12:57, 14 December 2010
Catrope
(
talk
|
contribs
)
changed the
status
of r71594
[
removed:
new
added:
ok]