Commit efde97e5 authored by Ad Schellevis's avatar Ad Schellevis

(legacy) use GET for system_usermanager.php

parent ef41295c
...@@ -482,7 +482,7 @@ if ($_POST) { ...@@ -482,7 +482,7 @@ if ($_POST) {
} }
if (isset($userid)) { if (isset($userid)) {
post_redirect("system_usermanager.php", array('act' => 'edit', 'userid' => $userid)); redirectHeader("system_usermanager.php?act=edit&userid=".$userid);
exit; exit;
} }
} }
......
Markdown is supported
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