Fix calls to DatabaseBase static functions
authorwithoutaname <drevitchi@gmail.com>
Thu, 24 Jul 2014 02:29:28 +0000 (19:29 -0700)
committerWithoutaname <drevitchi@gmail.com>
Sun, 17 Aug 2014 03:23:18 +0000 (03:23 +0000)
commitb803906e08885bd59aae27db07d7a2d3439e70e1
tree770c57a5ab50636a02b25adb36431ee6ac0634a5
parenta8b5e408bf8df6a02d18c70ad22ec14f2333abd4
Fix calls to DatabaseBase static functions

Previously they were calling Database:: which is a nonexistent class.

Change-Id: I73b2ed4722c9108b6a00c8c0cabbda9564378b4b
includes/installer/PostgresInstaller.php
tests/phpunit/includes/db/DatabaseTestHelper.php