From 84602bf3e1dd283d1e299dc5ffb8b6e69492c713 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Sun, 6 Mar 2011 18:12:30 +0000 Subject: [PATCH] (bug 27901) Missing php version in config-using531 msg --- includes/installer/Installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index dfeb414949..3b4c2fef39 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -662,7 +662,7 @@ abstract class Installer { $test = new PhpRefCallBugTester; $test->execute(); if ( !$test->ok ) { - $this->showMessage( 'config-using531' ); + $this->showMessage( 'config-using531', phpversion() ); return false; } } -- 2.20.1