installer: Replace bad calls to getText() on DBQueryError exceptions
authormainframe98 <k.s.werf@hotmail.com>
Mon, 15 May 2017 15:17:04 +0000 (17:17 +0200)
committerKrinkle <krinklemail@gmail.com>
Wed, 24 May 2017 11:25:02 +0000 (11:25 +0000)
commita3d2a265c998b7bc160903c9572347df81277c04
tree376e25d2ee8c4d82b351d7900ef939170fd0d565
parent6f875daf49bc131844255d597f9a616e247e18a6
installer: Replace bad calls to getText() on DBQueryError exceptions

The called method does not exist. Replaced with getMessage(),
similar to PostgresInstaller.php.

Bug: T165319
Change-Id: I900ec8c18307ce6f9e8c9f4cda79b1e33ed66dff
includes/installer/MssqlInstaller.php
includes/installer/MysqlInstaller.php