bugfix: disappearing netries when title starting with a number and using no archive-prefix
This commit is contained in:
		| @@ -252,8 +252,8 @@ if (preg_match(PAT_ARCHIVES, $uri, $matches) || isset($serendipity['GET']['range | ||||
|     } | ||||
|  | ||||
|     echo $data; | ||||
| } else if ( (preg_match(PAT_COMMENTSUB, $uri, $matches) || | ||||
|             preg_match(PAT_PERMALINK, $uri, $matches) || | ||||
| } else if ((preg_match(PAT_PERMALINK, $uri, $matches) || | ||||
|             preg_match(PAT_COMMENTSUB, $uri, $matches) || | ||||
|             isset($serendipity['GET']['id']) || | ||||
|             isset($_GET['p'])) | ||||
|             && !preg_match('/autosave/', $serendipity['uriArguments'][1]) ) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user