Browse Source

! In ManageMembers after deleting members any filter by date was lost

emanuele 13 years ago
parent
commit
0080124544
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Sources/ManageMembers.php

+ 1 - 1
Sources/ManageMembers.php

@@ -281,7 +281,7 @@ function ViewMemberlist()
 		call_integration_hook('integrate_view_members_params', array(&$params));
 
 		$search_params = array();
-		if ($context['sub_action'] == 'query' && !empty($_REQUEST['params']) && empty($_POST))
+		if ($context['sub_action'] == 'query' && !empty($_REQUEST['params']) && empty($_POST['types']))
 			$search_params = @unserialize(base64_decode($_REQUEST['params']));
 		elseif (!empty($_POST))
 		{