From c62260d19232255ed91801bfd3e8887bfe7cfb91 Mon Sep 17 00:00:00 2001 From: Brett Profitt Date: Sat, 15 Dec 2012 12:58:55 -0500 Subject: Fixes #4491. Automatic fallback to JS to test rewrite rules during installation. --- views/installation/install/pages/requirements.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views') diff --git a/views/installation/install/pages/requirements.php b/views/installation/install/pages/requirements.php index 06f309c90..3f0941c95 100644 --- a/views/installation/install/pages/requirements.php +++ b/views/installation/install/pages/requirements.php @@ -29,11 +29,11 @@ foreach ($report as $category => $checks) { echo ""; } -$vars['refresh'] = TRUE; +$vars['refresh'] = true; // cannot advance to next step with a failure if ($vars['num_failures'] != 0) { - $vars['advance'] = FALSE; + $vars['advance'] = false; } echo elgg_view('install/nav', $vars); -- cgit v1.2.3