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:
rvelices
2013-04-12 05:02:27 +00:00
parent 3fde283363
commit c64479e2e2
+1 -1
View File
@@ -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
{