From b7c723f64f35ad8049fc6605437a17b262b0d17c Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 6 Jun 2010 06:24:22 +0000 Subject: [PATCH] fix disable_acl_changes on users --- httemplate/edit/process/access_user.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/edit/process/access_user.html b/httemplate/edit/process/access_user.html index 1e2e098d6..d8a752adc 100644 --- a/httemplate/edit/process/access_user.html +++ b/httemplate/edit/process/access_user.html @@ -1,4 +1,4 @@ -% if ( $conf->exists('disable_acl_changes') ) { +% if ( FS::Conf->new->exists('disable_acl_changes') ) { ACL changes disabled in public demo. % } else { % if ( $cgi->param('_password') ne $cgi->param('_password2') ) { -- 2.11.0