From: Sam Reed Date: Fri, 9 Mar 2012 19:01:30 +0000 (+0000) Subject: PHP Fatal error: Call to undefined method DatabasePostgres::getCoreSchea() in /var... X-Git-Tag: 1.31.0-rc.0~24317 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22auteur_infos%22%2C%22id_auteur=%24connect_id_auteur%22%29%20.%20%22?a=commitdiff_plain;h=a8d907be93527802b6a9d190d05e61191681f7d3;p=lhc%2Fweb%2Fwiklou.git 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 --- 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 ) ) );