Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
giuscris committed Oct 3, 2024
1 parent 3329985 commit 394c7de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions formwork/src/Panel/Controllers/PagesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,6 @@ public function edit(RouteParams $routeParams): Response
$forceUpdate = true;
}

$error = false;

// Update the page
$page = $this->updatePage($page, $data, $fields, force: $forceUpdate);

Expand Down

0 comments on commit 394c7de

Please sign in to comment.