r71417 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r71416
|
r71417
|
r71418
>
Date:
20:23, 21 August 2010
Author:
ialex
Status:
ok
Tags:
Comment:
Fix for
r71140
: PostgresUpdater should extend DatabaseUpdater, not Updater
Modified paths:
/trunk/phase3/includes/installer/PostgresUpdater.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/installer/PostgresUpdater.php
—
—
@@ -18,7 +18,7 @@
19
19
* @since 1.17
20
20
*/
21
21
22
-class PostgresUpdater extends Updater {
22
+class PostgresUpdater extends DatabaseUpdater {
23
23
protected function getCoreUpdateList() {
24
24
return array();
25
25
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r71140
Initial refactoring for Postgres; DatabaseUpdater subclass is now passed to L...
demon
18:55, 15 August 2010
Status & tagging log
20:42, 21 August 2010
Platonides
(
talk
|
contribs
)
changed the
status
of r71417
[
removed:
new
added:
ok]