Skip to content

Commit

Permalink
Update LogsController.php
Browse files Browse the repository at this point in the history
The urls

- /admin/settings/users

- /admin/users/1

cause

RuntimeException: View not found for component: button-container

at

VENDORPATH/lonnieezell/bonfire/src/View/ComponentRenderer.php at line 231
  • Loading branch information
atsanna authored Mar 19, 2024
1 parent 57ebf44 commit 1f86481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tools/Controllers/LogsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public function delete()
);
}

if (! empty($delete)) {
if (! empty($delete) && isset($_POST['checked'])) {
helper('security');

$checked = $_POST['checked'];
Expand Down

0 comments on commit 1f86481

Please sign in to comment.