(cp 17f4b8d) fix issue 1284

This commit is contained in:
plegall
2021-01-21 10:06:28 +01:00
parent dcfbf54cd3
commit 0e7531515c
+1
View File
@@ -454,6 +454,7 @@ function parse_section_url( $tokens, &$next_token)
or strpos($tokens[$next_token], 'posted-')===0
or strpos($tokens[$next_token], 'start-')===0
or strpos($tokens[$next_token], 'startcat-')===0
or 'flat' == $tokens[$next_token]
)
{
break;