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