Prevent "No post-content stored"
This commit is contained in:
@@ -44,10 +44,6 @@ class Content
|
||||
throw new BadMethodCallException('Empty URI_id');
|
||||
}
|
||||
|
||||
if (DBA::exists('post-content', ['uri-id' => $uri_id])) {
|
||||
return false;
|
||||
}
|
||||
|
||||
$fields = DBStructure::getFieldsForTable('post-content', $data);
|
||||
|
||||
// Additionally assign the key fields
|
||||
|
||||
Reference in New Issue
Block a user