Extend $uri-fix to serveCategories
Missed in 2cec9842881d5076649125a3a3ed863ed903d57f
This commit is contained in:
parent
2cec984288
commit
f67ba78513
@ -221,6 +221,7 @@ function serveAuthorPage($matches) {
|
||||
function serveCategory($matches) {
|
||||
global $serendipity;
|
||||
$serendipity['view'] = 'categories';
|
||||
$uri = $_SERVER['REQUEST_URI'];
|
||||
|
||||
$is_multicat = (isset($serendipity['POST']['isMultiCat']) && is_array($serendipity['POST']['multiCat']));
|
||||
if ($is_multicat) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user