Parcourir la source

new membergroup defaults to use "images/icon.png" instead of star - thanks Kindred for the report

Signed-off-by: emanuele <[email protected]>
emanuele il y a 12 ans
Parent
commit
fbb86b19f6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Sources/ManageMembergroups.php

+ 1 - 1
Sources/ManageMembergroups.php

@@ -352,7 +352,7 @@ function AddMembergroup()
 			),
 			array(
 				$id_group, '', $smcFunc['htmlspecialchars']($_POST['group_name'], ENT_QUOTES), ($postCountBasedGroup ? (int) $_POST['min_posts'] : '-1'),
-				'1#star.png', '', $_POST['group_type'],
+				'1#icon.png', '', $_POST['group_type'],
 			),
 			array('id_group')
 		);