diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-06-10 17:04:34 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-06-10 17:04:34 +0200 |
commit | d0f7b1d9b79a5a96314d5c6caa011f7050cec2f9 (patch) | |
tree | 4455b370fb38b4e0c627654730ca2b9dc4489acd | |
parent | 9e29c136788fc14b9264843e11541bb6a2176e19 (diff) | |
download | volse-hubzilla-d0f7b1d9b79a5a96314d5c6caa011f7050cec2f9.tar.gz volse-hubzilla-d0f7b1d9b79a5a96314d5c6caa011f7050cec2f9.tar.bz2 volse-hubzilla-d0f7b1d9b79a5a96314d5c6caa011f7050cec2f9.zip |
fix issue #1221
-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 +} |