(cp 355e05a) fix issue 1284

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