Skip to content
Snippets Groups Projects
Commit 499b497a authored by Elmar Ludwig's avatar Elmar Ludwig
Browse files

`Request::submitted()` should only be used for buttons, re #1014

parent 8d89ba3a
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ class Admin_ConfigurationController extends AuthenticatedController
// Preserve section parameter
// This *must* be after the sidebar has been defined
if (!Request::isPost() && Request::submitted('section')) {
if (!Request::isPost() && Request::option('section')) {
URLHelper::addLinkParam('section', Request::option('section'));
}
}
......
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