projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7abfa4b
)
Fix variable name
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 22 Jun 2010 00:08:55 +0000
(20:08 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 22 Jun 2010 00:08:55 +0000
(20:08 -0400)
content/lib/Tagger.php
patch
|
blob
|
history
diff --git
a/content/lib/Tagger.php
b/content/lib/Tagger.php
index
c9f0914
..
901604d
100644
(file)
--- 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
_id
s as $id) {
+ foreach ($objects as $id) {
$results[$id] = array();
}
} else {