From 26b6574038c99f4dc5d5d74368ce34247d722ee9 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Mon, 17 Jan 2011 16:51:45 +0000 Subject: [PATCH] fix typo that prevented queries to be loaded by slug --- whups/lib/Query.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.11.0