Skip to content

Commit

Permalink
fixup! enable alerts to be edited
Browse files Browse the repository at this point in the history
  • Loading branch information
struan committed Oct 22, 2024
1 parent 7998ab5 commit 02482cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/includes/easyparliament/alert.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ public function update($id, $details) {
if ($q) {
$q = $this->db->query("UPDATE alerts SET deleted = 0, criteria = :criteria, confirmed = 1
WHERE alert_id = :id", [
":criteria" => $criteria,
":id" => $id,
":criteria" => $criteria,
":id" => $id,
]);

if ($q->success()) {
Expand Down

0 comments on commit 02482cc

Please sign in to comment.