diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-01-19 01:36:15 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-01-19 01:36:15 -0800 |
commit | 0b5ce9dbc1c5571ad80d5f4a1df3f21ab29429b4 (patch) | |
tree | 97e709ced8c705d23e2a07824797812c6c570405 /modules | |
parent | 549b88643acd571367a3b21f6dce6d42af7e7edf (diff) |
Fix a typo: $item -> $tag.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/tag/helpers/tag_rest.php | 2 |
1 files changed, 1 insertions, 1 deletions
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)); } } |