Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix home link with flat parameter from picture page breadcrumb
git-svn-id: http://piwigo.org/svn/trunk@22161 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
rvelices committed Apr 12, 2013
1 parent 2bd4137 commit 5627167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/section_init.inc.php
Expand Up @@ -578,7 +578,7 @@
{
if ('picture'==script_basename())
{
$used_link = duplicate_index_url(array('start'=>0));
$used_link = duplicate_index_url(array('start'=>0), array('flat'));
}
else
{
Expand Down

0 comments on commit 5627167

Please sign in to comment.