Browse Source

Copy and paste is not always a good thing. :P - Thanks Spuds for the fix

Signed-off-by: emanuele <[email protected]>
emanuele 11 years ago
parent
commit
a80f10edb0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Sources/PostModeration.php

+ 1 - 1
Sources/PostModeration.php

@@ -295,7 +295,7 @@ function UnapprovedPosts()
 			'category' => array(
 				'id' => $row['id_cat'],
 				'name' => $row['cat_name'],
-				'link' => '<a href="', $scripturl, '#c', $row['id_cat'], '">', $row['cat_name'], '</a>',
+				'link' => '<a href="' . $scripturl . '#c' . $row['id_cat'] . '">' . $row['cat_name'] . '</a>',
 			),
 			'can_delete' => $can_delete,
 		);