Skip to content

Commit

Permalink
fix: insert context page for proper update
Browse files Browse the repository at this point in the history
Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
  • Loading branch information
enjeck committed Jun 16, 2024
1 parent a3ecc96 commit dafce43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Service/ContextService.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ public function create(string $name, string $iconName, string $description, arra
if (!empty($nodes)) {
$context->resetUpdatedFields();
$this->insertNodesFromArray($context, $nodes);
$this->insertPage($context);
}
$this->insertPage($context);
}, $this->dbc);

return $context;
Expand Down

0 comments on commit dafce43

Please sign in to comment.