From 5627167a3101b2fd19fef2a227a0843b6f4c7d12 Mon Sep 17 00:00:00 2001 From: rvelices Date: Fri, 12 Apr 2013 05:01:28 +0000 Subject: fix home link with flat parameter from picture page breadcrumb git-svn-id: http://piwigo.org/svn/trunk@22161 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/section_init.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/section_init.inc.php') diff --git a/include/section_init.inc.php b/include/section_init.inc.php index 46f1edde0..3d451b45a 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