소스 검색

! Default who's online to members instead of 'everyone'. Of course the other options haven't gone away, but the new default is marginally more sane.

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 10 년 전
부모
커밋
48d392208b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Sources/Who.php

+ 1 - 1
Sources/Who.php

@@ -116,7 +116,7 @@ function Who()
 		$conditions[] = $show_methods[$_SESSION['who_online_filter']];
 	}
 	else
-		$context['show_by'] = $_SESSION['who_online_filter'] = 'all';
+		$context['show_by'] = $_SESSION['who_online_filter'] = 'members';
 
 	// Get the total amount of members online.
 	$request = $smcFunc['db_query']('', '