aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2007-05-02 23:08:45 +0000
committerrvelices <rv-github@modusoptimus.com>2007-05-02 23:08:45 +0000
commitae6cd8f9280d83d555becb468fc60efe500b5f42 (patch)
tree58b52900f5442e2f5080bd1a53d1d5aed6614770
parentdb02ed0b14604bf8efc227067a3bfe009f972e1c (diff)
merge r1996 from trunk to branch-1_7
correct bug on one of my previous commits (flat for picture page) git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1997 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--include/section_init.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/section_init.inc.php b/include/section_init.inc.php
index 24efb8319..b0baec3bb 100644
--- a/include/section_init.inc.php
+++ b/include/section_init.inc.php
@@ -162,7 +162,7 @@ $page = array_merge( $page, parse_well_known_params_url( $tokens, $next_token) )
if ( script_basename()=='picture' and 'categories'==$page['section'] and
- !isset($page['chronology_field']) )
+ !isset($page['category']) and !isset($page['chronology_field']) )
{ //access a picture only by id, file or id-file without given section
$page['flat']=true;
}