From 9b9bdce821e4f0dcbd5fec64c8447663a83cd820 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sat, 29 Nov 2008 09:53:38 +0000 Subject: Fix another bug caused by moving this from tag to tag_event --- modules/tag/helpers/tag_event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/tag/helpers') 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; -- cgit v1.2.3