diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-11-29 09:53:38 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-29 09:53:38 +0000 |
commit | 9b9bdce821e4f0dcbd5fec64c8447663a83cd820 (patch) | |
tree | ff8622d45dd42cb36470eabfe2434632414feb9b | |
parent | 1b78f334447d86af9fde7cfbad738c0bb7f13e93 (diff) |
Fix another bug caused by moving this from tag to tag_event
-rw-r--r-- | modules/tag/helpers/tag_event.php | 2 |
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; |