summaryrefslogtreecommitdiff
path: root/core/helpers/core_menu.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-01-04 09:28:57 +0000
committerBharat Mediratta <bharat@menalto.com>2009-01-04 09:28:57 +0000
commit7017e95c99d03bd43a1956fbc54ac2f85517d886 (patch)
tree1b5a1c41c58159f2c51051728270e44a23e8afd2 /core/helpers/core_menu.php
parent83ae71e3cb0435c72b912ec490d8f8290dde4b7a (diff)
Allow passing a query string as an argument to Item_Model::url()
Diffstat (limited to 'core/helpers/core_menu.php')
-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"));
}