From: Michael J. Rubinsky Date: Thu, 27 Jan 2011 03:45:09 +0000 (-0500) Subject: Add note to remind me to refactor this X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=a83cb455c3b9330d7d8854d73268572260947fbe;p=horde.git Add note to remind me to refactor this --- 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 */