Skip to content
Snippets Groups Projects
Commit 633282c2 authored by catch's avatar catch
Browse files

Issue #2230921 by nod_: Regression: 'Back to site' button forgets last...

Issue #2230921 by nod_: Regression: 'Back to site' button forgets last non-admin page after visiting 'block region demo'.
parent 3b3ba275
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ public function demo($theme) {
// page by path_is_admin() function in order to use the frontend
// theme. Since JavaScript relies on a proper separation of admin
// pages, it needs to know this is an actual administrative page.
'data' => array('currentPathIsAdmin' => TRUE),
'data' => array('path' => array('currentPathIsAdmin' => TRUE)),
'type' => 'setting',
)
),
......
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