https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113534
Revision: 113534
Author: saper
Date: 2012-03-09 22:29:22 +0000 (Fri, 09 Mar 2012)
Log Message:
-----------
Fix PostgreSQL updater broken by r113487
Modified Paths:
--------------
trunk/phase3/includes/db/DatabasePostgres.php
Modified: trunk/phase3/includes/db/DatabasePostgres.php
===================================================================
--- trunk/phase3/includes/db/DatabasePostgres.php 2012-03-09 22:18:24 UTC
(rev 113533)
+++ trunk/phase3/includes/db/DatabasePostgres.php 2012-03-09 22:29:22 UTC
(rev 113534)
@@ -929,7 +929,7 @@
wfDebug("Schema \"" . $desired_schema . "\"
already in the search path\n");
} else {
/**
- * Apped our schema (e.g. 'mediawiki') in front
+ * Append our schema (e.g. 'mediawiki') in front
* of the search path
* Fixes bug 15816
*/
@@ -937,6 +937,7 @@
array_unshift( $search_path,
$this->addIdentifierQuotes(
$desired_schema ));
$this->setSearchPath( $search_path );
+ $this->mCoreSchema = $desired_schema;
wfDebug("Schema \"" . $desired_schema . "\"
added to the search path\n");
}
} else {
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs