diff options
author | Brett Profitt <brett.profitt@gmail.com> | 2012-05-01 18:24:13 -0700 |
---|---|---|
committer | Brett Profitt <brett.profitt@gmail.com> | 2012-05-01 18:24:13 -0700 |
commit | 7303e0b19adae0a3fa5db139e3fafb310dd43485 (patch) | |
tree | 8923bfae644c54a5c93a7df8114b27dc035d8e72 /mod/pages/lib | |
parent | c0c5c0f81f40b5d72048e74842a650f974cefcd7 (diff) | |
download | elgg-7303e0b19adae0a3fa5db139e3fafb310dd43485.tar.gz elgg-7303e0b19adae0a3fa5db139e3fafb310dd43485.tar.bz2 |
Fixes #1830. Removed access and write access inputs for non-owners and non-admins.
Diffstat (limited to 'mod/pages/lib')
-rw-r--r-- | mod/pages/lib/pages.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/pages/lib/pages.php b/mod/pages/lib/pages.php index 5c5323d6f..dbf7b8917 100644 --- a/mod/pages/lib/pages.php +++ b/mod/pages/lib/pages.php @@ -111,4 +111,4 @@ function pages_register_navigation_tree($container) { } } } -} +}
\ No newline at end of file |