Make determineCoreSchema a public function again in DatabasePostgres
[lhc/web/wiklou.git] / includes / libs / rdbms / database / DatabasePostgres.php
index c0d92aa..d4d3aa8 100644 (file)
@@ -969,7 +969,7 @@ __INDEXATTR__;
         *
         * @param string $desiredSchema
         */
-       private function determineCoreSchema( $desiredSchema ) {
+       public function determineCoreSchema( $desiredSchema ) {
                $this->begin( __METHOD__, self::TRANSACTION_INTERNAL );
                if ( $this->schemaExists( $desiredSchema ) ) {
                        if ( in_array( $desiredSchema, $this->getSchemas() ) ) {