From f35172ac9204a6d029032758b3df10ffbdeea2f0 Mon Sep 17 00:00:00 2001 From: Kevin Date: Fri, 26 Sep 2008 15:00:47 +0000 Subject: [PATCH] Chris "need to be founder" fixy --- root/install_portal/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/install_portal/install.php b/root/install_portal/install.php index b789d244..8aed1053 100644 --- a/root/install_portal/install.php +++ b/root/install_portal/install.php @@ -37,7 +37,7 @@ $mode = request_var('mode', ''); $page_title = 'Board3portal v' . $current_version; -if( $user->data['is_registered'] && $auth->acl_get('a_board') ) +if( $user->data['is_registered'] && $auth->acl_get('a_') ) { $version_array = array('0.1.0', '0.2.0', '0.2.1', '0.2.2', '0.3.0', '1.0.0RC1', '1.0.0RC2', '1.0.0RC3', '1.0.0', 'p3p1.2.2', 'p3p1.2.1', 'p3p1.2.0', 'p3p1.1.0b');