Skip to content

Commit

Permalink
Fix: Trigger error
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 22, 2023
1 parent 4cf1099 commit 48a8881
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions search.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

// ---------------------------------------------------------------------------

trigger_error('Message', E_USER_ERROR);

// We received something to search for
if (!empty($_FORM['pattern'])) {

Expand Down

0 comments on commit 48a8881

Please sign in to comment.