Fix variable name
authorMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 22 Jun 2010 00:08:55 +0000 (20:08 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 22 Jun 2010 00:08:55 +0000 (20:08 -0400)
content/lib/Tagger.php

index c9f0914..901604d 100644 (file)
@@ -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 {