[freeside-commits] freeside/httemplate/edit/process access_user.html, 1.7, 1.8
Ivan,,,
ivan at wavetail.420.am
Sat Jun 5 23:24:24 PDT 2010
Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail.420.am:/tmp/cvs-serv26144
Modified Files:
access_user.html
Log Message:
fix disable_acl_changes on users
Index: access_user.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/access_user.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -w -d -r1.7 -r1.8
--- access_user.html 6 Jun 2010 06:05:12 -0000 1.7
+++ access_user.html 6 Jun 2010 06:24:22 -0000 1.8
@@ -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') ) {
More information about the freeside-commits
mailing list