From d0f7b1d9b79a5a96314d5c6caa011f7050cec2f9 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sun, 10 Jun 2018 17:04:34 +0200 Subject: fix issue #1221 --- Zotlabs/Lib/Share.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Zotlabs/Lib/Share.php b/Zotlabs/Lib/Share.php index e9e4d23c4..d3ecbf7fa 100644 --- a/Zotlabs/Lib/Share.php +++ b/Zotlabs/Lib/Share.php @@ -107,7 +107,7 @@ class Share { } public function bbcode() { - $bb = NULL_STR; + $bb = EMPTY_STR; if(! $this->item) return $bb; @@ -140,4 +140,4 @@ class Share { } -} \ No newline at end of file +} -- cgit v1.2.3