The 4th Database::select() parameter is the function name.
authorPlatonides <platonides@gmail.com>
Thu, 31 May 2012 22:13:36 +0000 (00:13 +0200)
committerPlatonides <platonides@gmail.com>
Thu, 31 May 2012 22:13:36 +0000 (00:13 +0200)
commit4c7dc368a6bf2a744f0750b592291e9c9c194c32
tree9ed841a302109747b206d410750650ca36a12ae4
parentffe6613ff7be18184e6e56a70be13d8151e17c8f
The 4th Database::select() parameter is the function name.
The ORDER BY should be at $options.
This was throwing errors in PHP 5.4 due to the array being
converted to a string down at Database.php:862

Fixes 50ee1d2

Change-Id: Ifb0fc70144242f25fc916fb8d380ed3e2d334fb9
tests/phpunit/MediaWikiTestCase.php