mirror of
https://github.com/friendica/friendica
synced 2025-04-26 07:50:15 +00:00
Prevent "No post-content stored"
This commit is contained in:
parent
56a77f5275
commit
998f127cb8
2 changed files with 2 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue