Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Apr 30, 2012
1 parent 5f1317a commit 8d918c4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions framework/Share/lib/Horde/Share/Kolab.php
Original file line number Diff line number Diff line change
Expand Up @@ -398,9 +398,7 @@ protected function _listShares($userid, array $params = array())
if (!isset($this->_listcache[$key])) {
$shares = array_map(
array($this, '_idEncode'),
$this->getList()
->getQuery()
->listByType($this->_type)
$this->getList()->getQuery()->listByType($this->_type)
);
$remove = array();
if ($params['perm'] != Horde_Perms::SHOW || empty($userid)) {
Expand Down

0 comments on commit 8d918c4

Please sign in to comment.