mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-27 19:59:56 +03:00
Issue #1625 removes forgotton echo
This commit is contained in:
parent
722c26a1b3
commit
acbf86a6fa
1 changed files with 1 additions and 1 deletions
|
@ -647,7 +647,7 @@ if ( 'categories'==$page['section'] and isset($page['category']) and !isset($pag
|
||||||
}
|
}
|
||||||
unset( $need_redirect, $page['hit_by'] );
|
unset( $need_redirect, $page['hit_by'] );
|
||||||
}
|
}
|
||||||
echo('<pre>');print_r($page);echo('</pre>');
|
|
||||||
array_push($page['body_classes'], 'section-'.$page['section']);
|
array_push($page['body_classes'], 'section-'.$page['section']);
|
||||||
|
|
||||||
if ('categories' == $page['section'] && isset($page['category']))
|
if ('categories' == $page['section'] && isset($page['category']))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue