mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-04 17:02:17 +02:00
fix issue 1284
This commit is contained in:
committed by
Pierrick Le Gall
parent
b7ba2e40d7
commit
355e05adff
@@ -453,6 +453,7 @@ function parse_section_url( $tokens, &$next_token)
|
|||||||
strpos($tokens[$next_token], 'created-')===0
|
strpos($tokens[$next_token], 'created-')===0
|
||||||
or strpos($tokens[$next_token], 'posted-')===0
|
or strpos($tokens[$next_token], 'posted-')===0
|
||||||
or strpos($tokens[$next_token], 'start-')===0
|
or strpos($tokens[$next_token], 'start-')===0
|
||||||
|
or strpos($tokens[$next_token], 'startcat-')===0
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user