diff options
author | rvelices <rv-github@modusoptimus.com> | 2013-04-12 05:01:28 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2013-04-12 05:01:28 +0000 |
commit | 5627167a3101b2fd19fef2a227a0843b6f4c7d12 (patch) | |
tree | 100969cd3c7596790d33dab4c9558ace49378840 | |
parent | 2bd4137212ad00796fe78a0a7828aabe0df01918 (diff) |
fix home link with flat parameter from picture page breadcrumb
git-svn-id: http://piwigo.org/svn/trunk@22161 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | include/section_init.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |