Changeset 509 for profileaccessmatrix/files/lib/system/event/listener/ProfileAccessMatrixUserSearchFormListener.class.php
- Timestamp:
- 05/12/08 15:10:17 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
profileaccessmatrix/files/lib/system/event/listener/ProfileAccessMatrixUserSearchFormListener.class.php
r507 r509 84 84 85 85 $matrix = WCF::getCache()->get('profileaccessmatrix'); 86 86 $check = $this->accessibleGroups($matrix); 87 87 88 foreach ($this->eventObj->activeOptions as $name => $option) { 88 89 if(isset($this->eventObj->values[$option['optionName']])) { 89 $value = $this->eventObj->values[$option['optionName']]; 90 $check = $this->accessibleGroups($matrix, $option['optionID']); 90 $value = $this->eventObj->values[$option['optionName']]; 91 91 $condition = $this->getTypeObject($option['optionType'])->getCondition($option, $value, isset($this->matchExactly[$name])); 92 92 if ($condition !== false) {
