Make determineCoreSchema a public function again in DatabasePostgres
authorPaladox <thomasmulhall410@yahoo.com>
Sat, 29 Oct 2016 22:09:52 +0000 (23:09 +0100)
committerPaladox <thomasmulhall410@yahoo.com>
Sat, 29 Oct 2016 22:13:14 +0000 (22:13 +0000)
commit995d44ccdec2a00124d22c4a28b476ee646c4050
tree490a024ef1b3924b0919d08de9ef655dfeaa4717
parent92b2319de6a19f36b8a06d0d8ee31a2b020c5091
Make determineCoreSchema a public function again in DatabasePostgres

It was changed to a private function today, but it is called in
PostgresInstaller so it is causing this error

PHP Fatal error:  Call to private method
DatabasePostgres::determineCoreSchema() from context 'PostgresInstaller'
in /home/travis/build/paladox/mw/includes/installer/PostgresInstaller.php
on line 515

Caused by I2a067ca89a03f9ebf3f70a4f36ddae92e5b1e468

Change-Id: Ifac5a5c7dfeceeb8c7827d6d70e757633df77ca5
includes/libs/rdbms/database/DatabasePostgres.php