Skip to content

Commit

Permalink
Need the notepad id in the key.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Aug 16, 2015
1 parent 32fdcf6 commit ca0ff32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mnemo/lib/Driver/Kolab.php
Expand Up @@ -111,7 +111,7 @@ public function getByUID($uid, $passphrase = null)
if (empty($this->_notepad)) {
$notepads = Mnemo::listNotepads(false, Horde_Perms::READ);
} else {
$notepads = array($this->_notepad);
$notepads = array($this->_notepad => true);
}
foreach (array_keys($notepads) as $notepad) {
if ($notepad != $this->_notepad) {
Expand Down

0 comments on commit ca0ff32

Please sign in to comment.