This commit is contained in:
Mario Vavti 2018-06-10 17:04:34 +02:00
parent 9e29c13678
commit d0f7b1d9b7

View File

@ -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 {
}
}
}