Skip to content

Commit

Permalink
store can not be called here, because it clears object's data_map by …
Browse files Browse the repository at this point in the history
…SerheyDolgushev (#182)
  • Loading branch information
pkamps authored Jun 5, 2020
1 parent dfd9943 commit 0eb0475
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ function fetchObjectAttributeHTTPInput( $http, $base, $contentObjectAttribute )
{
$content['relation_list'] = array();
$contentObjectAttribute->setContent( $content );
$contentObjectAttribute->store();
return true;
}
// Type is browse and we have no http input
Expand Down

0 comments on commit 0eb0475

Please sign in to comment.