From: hickert Date: Thu, 29 Jul 2010 13:21:27 +0000 (+0000) Subject: Fixed post handling for filter inputs X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=676ccffad6e89bb84467fd21a27d687dfe9d2836;p=gosa.git Fixed post handling for filter inputs git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19251 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_filter.inc b/gosa-core/include/class_filter.inc index 38c4faf4d..469f309b1 100644 --- a/gosa-core/include/class_filter.inc +++ b/gosa-core/include/class_filter.inc @@ -224,7 +224,7 @@ class filter { function render() { $content= "
".$this->renderFilterMenu().""; - $content.= "
".$this->getTextfield('search_filter', $this->value, $this->searches[$this->search])."
". + $content.= "
".$this->getTextfield('search_filter', set_post($this->value), $this->searches[$this->search])."
". " 
"; // Return meta data