From a83cb455c3b9330d7d8854d73268572260947fbe Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Wed, 26 Jan 2011 22:45:09 -0500 Subject: [PATCH] Add note to remind me to refactor this --- ansel/lib/Storage.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansel/lib/Storage.php b/ansel/lib/Storage.php index 093da9a8c..3fff10860 100644 --- a/ansel/lib/Storage.php +++ b/ansel/lib/Storage.php @@ -653,6 +653,8 @@ class Ansel_Storage * @param string $slugs An array of gallery slugs. * @param string $where Additional where clause * + * @TODO: Need to refactor this to not directly access the share table and + * no longer use ->getShareCriteria * @return array An array of Ansel_Image objects * @throws Ansel_Exception */ -- 2.11.0