Commit 270ad481 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(main.php) Fix a typo from last sonar fixes

issue #5135
Showing with 1 addition and 1 deletion
+1 -1
......@@ -248,7 +248,7 @@ $smarty->assign ("plug", "$plug");
$smarty->assign("usePrototype", "false");
/* React on clicks */
if (($_SERVER['REQUEST_METHOD"'] == 'POST')
if (($_SERVER['REQUEST_METHOD'] == 'POST')
&& (isset($_POST['delete_lock']) || isset($_POST['open_readonly']))) {
/* Set old Post data */
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment