Skip to content

Commit

Permalink
it seemss unrelated
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjia90 authored Jul 21, 2023
1 parent 615862e commit 464da34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/Document/PrintpageControllerBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public function saveAction(Request $request): JsonResponse
list($task, $page, $version) = $this->saveDocument($page, $request);

if ($task === self::TASK_PUBLISH || $task === self::TASK_UNPUBLISH) {
$treeData = $this->getDocumentTreeNodeConfig($page);
$treeData = $this->getTreeNodeConfig($page);

return $this->adminJson([
'success' => true,
Expand Down

0 comments on commit 464da34

Please sign in to comment.