diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-06-10 17:04:34 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-06-10 17:06:12 +0200 |
commit | 53363d680831265d53594b491c35881c0247ad91 (patch) | |
tree | 320e51fcadae7ce47a25e958386596d6e9cc5639 /Zotlabs/Lib | |
parent | 86c0abe67e7d1e197f0baeda3c39b0f4bff93daa (diff) | |
download | volse-hubzilla-53363d680831265d53594b491c35881c0247ad91.tar.gz volse-hubzilla-53363d680831265d53594b491c35881c0247ad91.tar.bz2 volse-hubzilla-53363d680831265d53594b491c35881c0247ad91.zip |
fix issue #1221
(cherry picked from commit d0f7b1d9b79a5a96314d5c6caa011f7050cec2f9)
Diffstat (limited to 'Zotlabs/Lib')
-rw-r--r-- | Zotlabs/Lib/Share.php | 4 |
1 files 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 +} |