Updates
This commit is contained in:
parent
370551d438
commit
be704dd2a5
|
@ -118,6 +118,11 @@ class Post extends fileContent
|
||||||
$tags = $this->getField('tags');
|
$tags = $this->getField('tags');
|
||||||
|
|
||||||
if($returnsArray) {
|
if($returnsArray) {
|
||||||
|
|
||||||
|
if($tags==false) {
|
||||||
|
return array();
|
||||||
|
}
|
||||||
|
|
||||||
return explode(',', $tags);
|
return explode(',', $tags);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in New Issue