Skip to content
Snippets Groups Projects
Commit c5bece40 authored by Adrian Lang's avatar Adrian Lang
Browse files

Fix GET-after-POST redirect in plugin manager

The redirect target URL is constructed with escaped ampersands since b6258081.
Thanks to Chris Tapp for pointing out.
parent de32b03e
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,7 @@ class ap_manage {
// update latest plugin date - FIXME
global $ID;
send_redirect(wl($ID,array('do'=>'admin','page'=>'plugin'),true));
send_redirect(wl($ID,array('do'=>'admin','page'=>'plugin'),true, '&'));
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment