summaryrefslogtreecommitdiff
path: root/core/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'core/helpers')
-rw-r--r--core/helpers/core_menu.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/helpers/core_menu.php b/core/helpers/core_menu.php
index 29de486e..8316aa1f 100644
--- a/core/helpers/core_menu.php
+++ b/core/helpers/core_menu.php
@@ -90,7 +90,7 @@ class core_menu_Core {
->append(Menu::factory("link")
->id("album")
->label(_("Return to album"))
- ->url("{$theme->item()->parent()->url()}?show={$theme->item->id}")
+ ->url($theme->item()->parent()->url("show={$theme->item->id}"))
->css_id("gAlbumLink"));
}