From 7017e95c99d03bd43a1956fbc54ac2f85517d886 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 4 Jan 2009 09:28:57 +0000 Subject: Allow passing a query string as an argument to Item_Model::url() --- core/helpers/core_menu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/helpers') 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")); } -- cgit v1.2.3