Try to fix comments_by_author problem
This commit is contained in:
parent
06534fd6cf
commit
b603c9ebe3
@ -506,8 +506,7 @@ if (preg_match(PAT_ARCHIVES, $uri, $matches) || isset($serendipity['GET']['range
|
||||
} elseif ($v == 'trackbacks' || $v == 'comments_and_trackbacks' || $v == 'comments') {
|
||||
$serendipity['GET']['commentMode'] = $v;
|
||||
} elseif (!empty($v)) {
|
||||
echo "XX: $v<br />\n";
|
||||
$serendipity['GET']['viewCommentAuthor'] = urldecode($v);
|
||||
$serendipity['GET']['viewCommentAuthor'] .= urldecode($v);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user