projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88b8ef4
)
Fix parenthesis.
author
Jan Schneider
<jan@horde.org>
Wed, 24 Feb 2010 15:01:31 +0000
(16:01 +0100)
committer
Jan Schneider
<jan@horde.org>
Wed, 24 Feb 2010 15:01:31 +0000
(16:01 +0100)
framework/Group/Group/contactlists.php
patch
|
blob
|
history
diff --git
a/framework/Group/Group/contactlists.php
b/framework/Group/Group/contactlists.php
index
c44ccb8
..
718727f
100644
(file)
--- a/
framework/Group/Group/contactlists.php
+++ b/
framework/Group/Group/contactlists.php
@@
-526,8
+526,8
@@
class Group_contactlists extends Group {
*/
function getGroupMemberships($user, $parentGroups = false)
{
- if (
$memberships = $this->_cache->get('Group_contactlists_memberships' . md5($user
)) !== false) {
- return
@
unserialize($memberships);
+ if (
($memberships = $this->_cache->get('Group_contactlists_memberships' . md5($user)
)) !== false) {
+ return unserialize($memberships);
}
$lists = $this->_listAllLists();
$memberships = array();