diff options
Diffstat (limited to 'mod/tagger.php')
-rw-r--r-- | mod/tagger.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/tagger.php b/mod/tagger.php index eba02c9c4..330b65b91 100644 --- a/mod/tagger.php +++ b/mod/tagger.php @@ -100,7 +100,7 @@ function tagger_content(&$a) { $termlink = html_entity_decode('⋕') . '[zrl=' . z_root() . '/search?tag=' . urlencode($term) . ']'. $term . '[/zrl]'; - $channel = $a->get_channel(); + $channel = App::get_channel(); $arr = array(); |