Index: branches/5.3.x/core/kernel/db/cat_event_handler.php =================================================================== diff -u -N -r16111 -r16156 --- branches/5.3.x/core/kernel/db/cat_event_handler.php (.../cat_event_handler.php) (revision 16111) +++ branches/5.3.x/core/kernel/db/cat_event_handler.php (.../cat_event_handler.php) (revision 16156) @@ -1,6 +1,6 @@ Application->unescapeRequestVariable(trim($this->Application->GetVar('keywords'))); - $query_object = $this->Application->recallObject('HTTPQuery'); + $query_object = $this->Application->recallObject('kHTTPQuery'); /* @var $query_object kHTTPQuery */ $sql = 'SHOW TABLES LIKE "'.$search_table.'"'; @@ -1423,7 +1423,7 @@ */ function OnAdvancedSearch($event) { - $query_object = $this->Application->recallObject('HTTPQuery'); + $query_object = $this->Application->recallObject('kHTTPQuery'); /* @var $query_object kHTTPQuery */ if ( !isset($query_object->Post['andor']) ) {