Archived
1
0

some cleanups found on the way

This commit is contained in:
Ian
2016-02-04 15:26:38 +01:00
parent 8da2f97d07
commit 69f8eae646
3 changed files with 18 additions and 15 deletions
+1 -1
View File
@@ -438,7 +438,7 @@ function serendipity_printComments($comments, $parentid = 0, $depth = 0, $trace
function serendipity_printCommentsByAuthor() {
global $serendipity;
$type = serendipity_db_escape_string($serendipity['GET']['commentMode']);
$type = serendipity_db_escape_string($serendipity['GET']['commentMode']);
if ($type == 'comments' || empty($type)) {
$type = 'NORMAL';