From eb3f50101f2459b563c7107717f93cf92cd2163c Mon Sep 17 00:00:00 2001 From: ewinslow Date: Thu, 10 Feb 2011 23:07:01 +0000 Subject: .disabled => .elgg-state-disabled (core only) git-svn-id: http://code.elgg.org/elgg/trunk@8096 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/installation/install/nav.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/installation/install/nav.php') diff --git a/views/installation/install/nav.php b/views/installation/install/nav.php index 1ecc07d1c..5426071c6 100644 --- a/views/installation/install/nav.php +++ b/views/installation/install/nav.php @@ -22,7 +22,7 @@ $next_link = elgg_get_site_url()."install.php?step={$vars['next_step']}"; $next = "$next_text"; if (isset($vars['advance']) && !$vars['advance']) { // disable the next button - $next = "$next_text"; + $next = "$next_text"; } -- cgit v1.2.3