mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-03 16:32:22 +02:00
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
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user