From 0b5ce9dbc1c5571ad80d5f4a1df3f21ab29429b4 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 19 Jan 2010 01:36:15 -0800 Subject: Fix a typo: $item -> $tag. --- modules/tag/helpers/tag_rest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/tag/helpers') diff --git a/modules/tag/helpers/tag_rest.php b/modules/tag/helpers/tag_rest.php index a4eaee90..e7be9afa 100644 --- a/modules/tag/helpers/tag_rest.php +++ b/modules/tag/helpers/tag_rest.php @@ -90,7 +90,7 @@ class tag_rest_Core { return $tag; } - static function url($item) { + static function url($tag) { return url::abs_site("rest/tag/" . rawurlencode($tag->name)); } } -- cgit v1.2.3