Changeset 1491:2b9253624dbe for inc/admin/class.dc.filter.php
- Timestamp:
- 08/20/13 10:56:34 (12 years ago)
- Branch:
- twig
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/class.dc.filter.php
r1158 r1491 87 87 $this->filtered = false; 88 88 parent::__construct($core,$name,$action,'POST'); 89 $this->id = "filters";89 //$this->id = "filters"; 90 90 } 91 91 … … 872 872 protected function addValue($value=NULL) { 873 873 if ($value === NULL) { 874 $value = current( $this->combo);874 $value = current(array_keys($this->combo)); 875 875 } 876 876 $this->field->addValue($value);
Note: See TracChangeset
for help on using the changeset viewer.