From: Michael J. Rubinsky Date: Tue, 22 Jun 2010 00:08:55 +0000 (-0400) Subject: Fix variable name X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=81e6ed1d8f39a1886ebb3e35aa02bec8f9ed6c52;p=horde.git Fix variable name --- diff --git a/content/lib/Tagger.php b/content/lib/Tagger.php index c9f091475..901604df5 100644 --- a/content/lib/Tagger.php +++ b/content/lib/Tagger.php @@ -210,7 +210,7 @@ class Content_Tagger $object_ids = $this->_objectManager->exists($objects, $type); $results = array(); if (!$object_ids) { - foreach ($object_ids as $id) { + foreach ($objects as $id) { $results[$id] = array(); } } else {