diff options
Diffstat (limited to 'include/text.php')
-rw-r--r-- | include/text.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/text.php b/include/text.php index 87aaf7bf8..63b472bbd 100644 --- a/include/text.php +++ b/include/text.php @@ -1836,6 +1836,7 @@ function prepare_body(&$item,$attach = false,$opts = false) { $categories = format_categories($item,$writeable); + $filer = ''; if(local_channel() == $item['uid']) $filer = format_filer($item); |