From c64479e2e2457fcb7477c89e7e18ebdeb1992fe2 Mon Sep 17 00:00:00 2001 From: rvelices Date: Fri, 12 Apr 2013 05:02:27 +0000 Subject: Merge -r22161 from trunk to branch 2.5: fix home link with flat parameter from picture page breadcrumb git-svn-id: http://piwigo.org/svn/branches/2.5@22162 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/section_init.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/section_init.inc.php b/include/section_init.inc.php index 9b6e4b088..21ccb97bb 100644 --- a/include/section_init.inc.php +++ b/include/section_init.inc.php @@ -578,7 +578,7 @@ if (isset($page['title'])) { if ('picture'==script_basename()) { - $used_link = duplicate_index_url(array('start'=>0)); + $used_link = duplicate_index_url(array('start'=>0), array('flat')); } else { -- cgit v1.2.3