fix issue #1221
This commit is contained in:
parent
9e29c13678
commit
d0f7b1d9b7
@ -107,7 +107,7 @@ class Share {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function bbcode() {
|
public function bbcode() {
|
||||||
$bb = NULL_STR;
|
$bb = EMPTY_STR;
|
||||||
|
|
||||||
if(! $this->item)
|
if(! $this->item)
|
||||||
return $bb;
|
return $bb;
|
||||||
@ -140,4 +140,4 @@ class Share {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user