fix PHP error in file wcf/lib/acp/form/UsersMassProcessingForm.class.php (
* @var wcf\system\database\condition\PreparedStatementConditionBuilder
*/
public $conditions = null;
+
+ /**
+ * Options of the active category.
+ *
+ * @var array
+ */
+ public $activeOptions = array();
/**
- * @see wcf\form\Form::readFormParameters()
+ * Options of the active category.
+ *
+ * @var array
+ */
+ public $activeOptions = array();
+
+ /**
+ * @see wcf\form\IForm::readFormParameters()
*/
public function readFormParameters() {
parent::readFormParameters();