Remove useless PHP version comparison from wfDebugBacktrace()
authorRicordisamoa <ricordisamoa@openmailbox.org>
Sat, 27 Feb 2016 04:21:03 +0000 (05:21 +0100)
committerRicordisamoa <ricordisamoa@openmailbox.org>
Sat, 27 Feb 2016 04:21:03 +0000 (05:21 +0100)
commit1a998ef523d53611ead0656dcbc08f87cba1bb81
treef16966bee16e88f2740c5d9d927407ae8073ef1c
parent09e86e3d334d66742306d2a5a215ce0bc8e6a150
Remove useless PHP version comparison from wfDebugBacktrace()

MediaWiki 1.27 only supports PHP 5.5.9 and above, therefore
it is no more necessary to check that the running PHP version
is equal to or greater than 5.4.0.

Change-Id: I819c625e173cbf2a54ef614d742fe01f70be8efc
includes/GlobalFunctions.php