aboutsummaryrefslogtreecommitdiffstats
path: root/mod/tagger.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/tagger.php')
-rw-r--r--mod/tagger.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/tagger.php b/mod/tagger.php
index 5c2c3c909..c6365d707 100644
--- a/mod/tagger.php
+++ b/mod/tagger.php
@@ -109,7 +109,7 @@ function tagger_content(&$a) {
$arr['item_origin'] = 1;
$arr['item_wall'] = ((intval($item['item_wall'])) ? 1 : 0);
-
+
$ulink = '[zrl=' . $channel['xchan_url'] . ']' . $channel['channel_name'] . '[/zrl]';
$alink = '[zrl=' . $item['xchan_url'] . ']' . $item['xchan_name'] . '[/zrl]';
$plink = '[zrl=' . $item['plink'] . ']' . $post_type . '[/zrl]';