From 81e6ed1d8f39a1886ebb3e35aa02bec8f9ed6c52 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Mon, 21 Jun 2010 20:08:55 -0400 Subject: [PATCH] Fix variable name --- content/lib/Tagger.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.11.0