From 0e7531515cfe33d6d32c7eb326500ae4351f5901 Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 21 Jan 2021 10:06:28 +0100 Subject: [PATCH] (cp 17f4b8d) 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 79e1aa85f..68306c337 100644 --- a/include/functions_url.inc.php +++ b/include/functions_url.inc.php @@ -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;