summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-11-29 09:53:38 +0000
committerBharat Mediratta <bharat@menalto.com>2008-11-29 09:53:38 +0000
commit9b9bdce821e4f0dcbd5fec64c8447663a83cd820 (patch)
treeff8622d45dd42cb36470eabfe2434632414feb9b /modules
parent1b78f334447d86af9fde7cfbad738c0bb7f13e93 (diff)
Fix another bug caused by moving this from tag to tag_event
Diffstat (limited to 'modules')
-rw-r--r--modules/tag/helpers/tag_event.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tag/helpers/tag_event.php b/modules/tag/helpers/tag_event.php
index f0f7a73e..dd91d9a4 100644
--- a/modules/tag/helpers/tag_event.php
+++ b/modules/tag/helpers/tag_event.php
@@ -40,7 +40,7 @@ class tag_event_Core {
// @todo figure out how to read the keywords from xmp
foreach(array_keys($tags) as $tag) {
- self::add($photo, $tag);
+ tag::add($photo, $tag);
}
return;