From a8d907be93527802b6a9d190d05e61191681f7d3 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Fri, 9 Mar 2012 19:01:30 +0000 Subject: [PATCH] PHP Fatal error: Call to undefined method DatabasePostgres::getCoreSchea() in /var/lib/jenkins/jobs/MediaWiki-postgres-phpunit/workspace/mw-core/includes/installer/PostgresUpdater.php on line 309 Ping r113487 --- includes/installer/PostgresUpdater.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/installer/PostgresUpdater.php b/includes/installer/PostgresUpdater.php index 5cee04a834..d1fc6f7ae8 100644 --- a/includes/installer/PostgresUpdater.php +++ b/includes/installer/PostgresUpdater.php @@ -306,7 +306,7 @@ END; $res = $this->db->query( sprintf( $q, - $this->db->addQuotes( $this->db->getCoreSchea() ), + $this->db->addQuotes( $this->db->getCoreSchema() ), $this->db->addQuotes( $idx ) ) ); -- 2.20.1