diff options
Diffstat (limited to 'engine/lib/group.php')
-rw-r--r-- | engine/lib/group.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/engine/lib/group.php b/engine/lib/group.php index d4de615de..2556001c5 100644 --- a/engine/lib/group.php +++ b/engine/lib/group.php @@ -108,17 +108,6 @@ { return remove_object_from_group($this->getGUID(), $guid); } - - /** - * Returns whether the given user (or current user) has the ability to write to this group. - * - * @param int $user_guid The user. - * @return bool - */ - public function can_write_to_container($user_guid = 0) - { - return can_write_to_container($user_guid, $this->getGUID()); - } public function get($name) {
|