Fixed entry post issue
This commit is contained in:
@@ -287,6 +287,11 @@ class Posts
|
||||
unset($args['_addon']);
|
||||
}
|
||||
|
||||
if (isset($args['categoryName'])) { unset($args['categoryName']); }
|
||||
if (isset($args['creatorName'])) { unset($args['creatorName']); }
|
||||
if (isset($args['background'])) { unset($args['background']); }
|
||||
if (isset($args['foreground'])) { unset($args['foreground']); }
|
||||
|
||||
foreach ($args as $value) {
|
||||
if ($value == '') {
|
||||
$post['status'] = false;
|
||||
|
||||
Reference in New Issue
Block a user