aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-06-10 17:04:34 +0200
committerMario Vavti <mario@mariovavti.com>2018-06-10 17:04:34 +0200
commitd0f7b1d9b79a5a96314d5c6caa011f7050cec2f9 (patch)
tree4455b370fb38b4e0c627654730ca2b9dc4489acd /Zotlabs
parent9e29c136788fc14b9264843e11541bb6a2176e19 (diff)
downloadvolse-hubzilla-d0f7b1d9b79a5a96314d5c6caa011f7050cec2f9.tar.gz
volse-hubzilla-d0f7b1d9b79a5a96314d5c6caa011f7050cec2f9.tar.bz2
volse-hubzilla-d0f7b1d9b79a5a96314d5c6caa011f7050cec2f9.zip
fix issue #1221
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Lib/Share.php4
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
+}