mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
Issue #1625 removes forgotton echo
This commit is contained in:
@@ -647,7 +647,7 @@ if ( 'categories'==$page['section'] and isset($page['category']) and !isset($pag
|
||||
}
|
||||
unset( $need_redirect, $page['hit_by'] );
|
||||
}
|
||||
echo('<pre>');print_r($page);echo('</pre>');
|
||||
|
||||
array_push($page['body_classes'], 'section-'.$page['section']);
|
||||
|
||||
if ('categories' == $page['section'] && isset($page['category']))
|
||||
|
||||
Reference in New Issue
Block a user