소스 검색

Merge pull request #820 from Oldiesmann/release-2.1

! A couple more permissions that guests can't have
Michael Eshom 11 년 전
부모
커밋
7abb3c772b
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      Sources/ManagePermissions.php

+ 2 - 1
Sources/ManagePermissions.php

@@ -2249,10 +2249,11 @@ function loadIllegalGuestPermissions()
 		'profile_identity',
 		'profile_extra',
 		'profile_signature',
-		'profile_forum_own',
+		'profile_forum',
 		'profile_other',
 		'profile_password',
 		'profile_title',
+		'profile_blurb',
 		'profile_displayed_name',
 		'profile_remove',
 		'profile_server_avatar',