Stop doing $that = $this in includes/db
authorRicordisamoa <ricordisamoa@openmailbox.org>
Wed, 10 Feb 2016 17:07:30 +0000 (18:07 +0100)
committerRicordisamoa <ricordisamoa@openmailbox.org>
Wed, 10 Feb 2016 17:08:17 +0000 (18:08 +0100)
commit02818c441cb10ce6bec2bc673fefdf1513791dc3
treecdead8663f545fe5e978eb83c972c604ab7b4f8c
parent283962b59ec3f01f6ab12c7948191ee60c3a9a0d
Stop doing $that = $this in includes/db

Closures support $this as of PHP 5.4

Also made DatabaseBase::indexName() protected

Change-Id: Iff31e7d9186832a855a953b923ac182f1c66ffa0
includes/db/Database.php
includes/db/DatabaseMysqlBase.php