Index: profileaccessmatrix/files/lib/system/event/listener/ProfileAccessMatrixUserSearchFormListener.class.php
===================================================================
--- profileaccessmatrix/files/lib/system/event/listener/ProfileAccessMatrixUserSearchFormListener.class.php (revision 507)
+++ profileaccessmatrix/files/lib/system/event/listener/ProfileAccessMatrixUserSearchFormListener.class.php (revision 509)
@@ -84,9 +84,9 @@
 
 		$matrix = WCF::getCache()->get('profileaccessmatrix');
-		
+		$check = $this->accessibleGroups($matrix);
+
 		foreach ($this->eventObj->activeOptions as $name => $option) {
 			if(isset($this->eventObj->values[$option['optionName']])) {
-				$value = $this->eventObj->values[$option['optionName']];
-				$check = $this->accessibleGroups($matrix, $option['optionID']);
+				$value = $this->eventObj->values[$option['optionName']];				
 				$condition = $this->getTypeObject($option['optionType'])->getCondition($option, $value, isset($this->matchExactly[$name]));
 				if ($condition !== false) {
