mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-07 22:05:05 +02:00
* /categories/123-album/start-10 now works * /categories/permalink1/permalink2/start-20 now works (each permalink can contain several "/")
This commit is contained in:
@@ -614,7 +614,7 @@ if ( $filter['enabled'] )
|
||||
}
|
||||
|
||||
// see if we need a redirect because of a permalink
|
||||
if ( 'categories'==$page['section'] and isset($page['category']) )
|
||||
if ( 'categories'==$page['section'] and isset($page['category']) and !isset($page['combined_categories']))
|
||||
{
|
||||
$need_redirect=false;
|
||||
if ( empty($page['category']['permalink']) )
|
||||
|
||||
Reference in New Issue
Block a user