diff options
author | rvelices <rv-github@modusoptimus.com> | 2013-04-12 05:02:27 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2013-04-12 05:02:27 +0000 |
commit | c64479e2e2457fcb7477c89e7e18ebdeb1992fe2 (patch) | |
tree | ca97aa45c62b0d9387fbb9499fc004d15ecb3291 /include | |
parent | 3fde283363e70fac2ac313cde4bb1d9732be1a51 (diff) |
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
Diffstat (limited to '')
-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 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 { |