summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-07-27 19:54:41 -0700
committerBharat Mediratta <bharat@menalto.com>2010-07-27 19:54:41 -0700
commitdd955781aaa9c1ee9e780b6b2c545878a47bbf21 (patch)
treeadd1dd404a142195bf57ab94efeaa6865e9d91eb /modules
parent185a736ff916b420a6f29f44a545cde05593bbc0 (diff)
"public static" ==> "static" to match code conventions.
Diffstat (limited to 'modules')
-rw-r--r--modules/gallery/helpers/access.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/access.php b/modules/gallery/helpers/access.php
index b1384c19..f1ea00c0 100644
--- a/modules/gallery/helpers/access.php
+++ b/modules/gallery/helpers/access.php
@@ -632,7 +632,7 @@ class access_Core {
* @param string the permission name
* @param string the new permission value (eg access::DENY)
*/
- public static function update_htaccess_files($album, $group, $perm_name, $value) {
+ static function update_htaccess_files($album, $group, $perm_name, $value) {
if ($group->id != identity::everybody()->id ||
!($perm_name == "view" || $perm_name == "view_full")) {
return;