Skip to content

Commit

Permalink
Fix comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Nov 26, 2014
1 parent fb272ee commit 4900677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Share/lib/Horde/Share/Sqlng.php
Expand Up @@ -398,7 +398,7 @@ protected function _getShareCriteria($userid, array $perms, $attributes,
// (name == perm_creator and val & $perm)
$where .= ' OR ' . $this->_getPermsCriteria('perm_creator', $perms);

// (name == perm_creator and val & $perm)
// (name == perm_default and val & $perm)
$where .= ' OR ' . $this->_getPermsCriteria('perm_default', $perms);

if ($shareids) {
Expand Down

0 comments on commit 4900677

Please sign in to comment.