Changeset 1996


Ignore:
Timestamp:
May 3, 2007, 1:07:14 AM (17 years ago)
Author:
rvelices
Message:

correct bug on one of my previous commits (flat for picture page)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/section_init.inc.php

    r1983 r1996  
    163163
    164164if ( script_basename()=='picture' and 'categories'==$page['section'] and
    165       !isset($page['chronology_field']) )
     165      !isset($page['category']) and !isset($page['chronology_field']) )
    166166{ //access a picture only by id, file or id-file without given section
    167167  $page['flat']=true;
Note: See TracChangeset for help on using the changeset viewer.