summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-03-16 08:34:20 +0000
committerBharat Mediratta <bharat@menalto.com>2009-03-16 08:34:20 +0000
commiteac4e72a3b8aa3062f6aba5c76da85eff0ec6987 (patch)
treec7329a072dc73407e7f76cff576c02a4b4fa1300 /core
parent2c3ab56a424aa66dab4e00ff2dbc193a7280b059 (diff)
Oops, fix a typo.
Diffstat (limited to 'core')
-rw-r--r--core/helpers/access.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/helpers/access.php b/core/helpers/access.php
index 00c88f12..be3aeba9 100644
--- a/core/helpers/access.php
+++ b/core/helpers/access.php
@@ -184,7 +184,7 @@ class access_Core {
* @param Item_Model $item
* @param boolean $value
*/
- private static function _set(Controller $group, $perm_name, $album, $value) {
+ private static function _set(Group_Model $group, $perm_name, $album, $value) {
if (get_class($group) != "Group_Model") {
throw new Exception("@todo PERMISSIONS_ONLY_WORK_ON_GROUPS");
}