Browse Source

! 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 years ago
parent
commit
48d392208b
1 changed files with 1 additions and 1 deletions
  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']('', '