From: Michael J. Rubinsky Date: Mon, 17 Jan 2011 16:51:45 +0000 (+0000) Subject: fix typo that prevented queries to be loaded by slug X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=26b6574038c99f4dc5d5d74368ce34247d722ee9;p=horde.git fix typo that prevented queries to be loaded by slug --- diff --git a/whups/lib/Query.php b/whups/lib/Query.php index 134fce9a0..987b9e274 100644 --- a/whups/lib/Query.php +++ b/whups/lib/Query.php @@ -921,7 +921,7 @@ class Whups_QueryManager { $shares = $this->_shareManager->listShares( $GLOBALS['registry']->getAuth(), array('perm' => Horde_Perms::READ, - 'attribtues' => array('slug' => $slug))); + 'attributes' => array('slug' => $slug))); } catch (Horde_Share_Exception $e) { throw new Whups_Exception($e); }