From: ivan Date: Sun, 6 Jun 2010 06:24:22 +0000 (+0000) Subject: fix disable_acl_changes on users X-Git-Tag: root_of_svc_elec_features~190 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=b7c723f64f35ad8049fc6605437a17b262b0d17c fix disable_acl_changes on users --- 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') ) {