Changeset 22162


Ignore:
Timestamp:
Apr 12, 2013, 7:02:27 AM (11 years ago)
Author:
rvelices
Message:

Merge -r22161 from trunk to branch 2.5: fix home link with flat parameter from picture page breadcrumb

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/include/section_init.inc.php

    r20453 r22162  
    579579    if ('picture'==script_basename())
    580580    {
    581       $used_link = duplicate_index_url(array('start'=>0));
     581      $used_link = duplicate_index_url(array('start'=>0), array('flat'));
    582582    }
    583583    else
Note: See TracChangeset for help on using the changeset viewer.