Skip to content

Commit

Permalink
Issue #59: Ensure sidebar edit recognizes multilingual edit pages.
Browse files Browse the repository at this point in the history
Fixes #59.
Co-authored by: @olafgrabienski
Co-authored by: @mrlch
  • Loading branch information
laryn authored Feb 25, 2024
1 parent 47fe840 commit f802a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Implements hook_preprocess_layout().
*/
function gin_preprocess_layout(&$variables) {
$current_path = request_path();
$current_path = current_path();
$node_edit_pages = array(
'node/*/edit',
'node/add/*',
Expand Down

0 comments on commit f802a3f

Please sign in to comment.