PHP Fatal error: Call to undefined method DatabasePostgres::getCoreSchea() in /var...
authorSam Reed <reedy@users.mediawiki.org>
Fri, 9 Mar 2012 19:01:30 +0000 (19:01 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Fri, 9 Mar 2012 19:01:30 +0000 (19:01 +0000)
Ping r113487

includes/installer/PostgresUpdater.php

index 5cee04a..d1fc6f7 100644 (file)
@@ -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 )
                        )
                );