From dcfbf54cd333b9eadb441f8f0de13bb25c2b6133 Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 21 Jan 2021 10:05:48 +0100 Subject: [PATCH] (cp 355e05a) fix issue 1284 --- include/functions_url.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/functions_url.inc.php b/include/functions_url.inc.php index 676651b51..79e1aa85f 100644 --- a/include/functions_url.inc.php +++ b/include/functions_url.inc.php @@ -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;