Skip to content

Commit

Permalink
Fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
Tymotey committed Jun 28, 2024
1 parent 657b8bb commit 809b3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router.cls.php
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ private function verify_action()
Core::ACTION_QS_PURGE_EMPTYCACHE,
))
) {
Debug2::debug('[Router] LSCWP_CTRL query string - did not match admin IP Actions: ' . $action);
Debug2::debug('[Router] LSCWP_CTRL query string - did not match public action: ' . $action);
return;
}

Expand Down

0 comments on commit 809b3b8

Please sign in to comment.