From eac4e72a3b8aa3062f6aba5c76da85eff0ec6987 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 16 Mar 2009 08:34:20 +0000 Subject: Oops, fix a typo. --- core/helpers/access.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/helpers') 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"); } -- cgit v1.2.3