From ae6ba47c6da8d930dbbd27098a75c04650e3c4ce Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20Dziewo=C5=84ski?= Date: Sun, 11 Dec 2016 21:29:45 +0100 Subject: [PATCH] installer: Restore PHP 5.3 compatibility in index.php This file should remain compatible with PHP 5.3, so that we can actually display the error message about old PHP version, rather than a syntax error. Change-Id: If12f79f5d375e925291728aac7c9db18ca226d26 --- mw-config/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mw-config/index.php b/mw-config/index.php index 926ac436b9..be9debcb8d 100644 --- a/mw-config/index.php +++ b/mw-config/index.php @@ -1,4 +1,5 @@ getVal( 'uselang' ) ) ) { -- 2.20.1