summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorMike Mason <ms13sp@gmail.com>2008-04-10 13:07:01 +0000
committerMike Mason <ms13sp@gmail.com>2008-04-10 13:07:01 +0000
commitb736f4faa2aab845ccd3ea292d32ae63d53d14bd (patch)
treec48030c3e606a9ddac2dea844783ee81265ff3b5 /app
parent6bf49e16c0eea41b74bef08699b6460521789bae (diff)
downloadacf-core-b736f4faa2aab845ccd3ea292d32ae63d53d14bd.tar.bz2
acf-core-b736f4faa2aab845ccd3ea292d32ae63d53d14bd.tar.xz
Doing some changes with roles/permission. First need to change the name of the ALL group...
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@984 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'app')
-rw-r--r--app/acf_www-controller.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/acf_www-controller.lua b/app/acf_www-controller.lua
index b9eea3e..59c3f72 100644
--- a/app/acf_www-controller.lua
+++ b/app/acf_www-controller.lua
@@ -27,8 +27,8 @@ function build_menus(self)
local temp
if sessiondata.userinfo == nil then
--we are dealing with an unknown user
-p = {"ALL"}
- --this will be whatever the "UNKNOWN" role is ... right now it is ALL
+p = {"ANONYMOUS"}
+ --this will be whatever the "UNKNOWN" role is ... right now it is ANONYMOUS
--temp should be the
temp = format.string_to_table(roll.get_roles_perm(self,p),",")
else