diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-11-25 04:36:31 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-25 04:36:31 +0000 |
commit | fe602433a85e7e963c9ded4128e62d1800867f6e (patch) | |
tree | 32162afe5357e98be3a3828a711565f9d2eba165 /core | |
parent | 389cf77e5afb830d436f632f5be6fee56333b589 (diff) |
tag::add_tag() -> tag::add
Diffstat (limited to 'core')
-rw-r--r-- | core/controllers/welcome.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/controllers/welcome.php b/core/controllers/welcome.php index e4473f06..c62ccbc8 100644 --- a/core/controllers/welcome.php +++ b/core/controllers/welcome.php @@ -245,7 +245,7 @@ class Welcome_Controller extends Template_Controller { $tag_name = $tags[array_rand($tags)]; $item = $items[array_rand($items)]; - tag::add_tag($item, $tag_name); + tag::add($item, $tag_name); } } |