Procházet zdrojové kódy

! 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 před 10 roky
rodič
revize
48d392208b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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']('', '