mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Case cleanup toHtml() should be toHTML()
This commit is contained in:
@@ -536,7 +536,7 @@ class search extends e_shortcode
|
||||
$ret['chars'] = $this->search_prefs[$type.'_handlers'][$id]['chars'];
|
||||
$ret['results'] = $this->search_prefs[$type.'_handlers'][$id]['results'];
|
||||
$ret['pre_title'] = $this->search_prefs[$type.'_handlers'][$id]['pre_title'];
|
||||
$ret['pre_title_alt'] = $tp -> toHtml($this->search_prefs[$type.'_handlers'][$id]['pre_title_alt']);
|
||||
$ret['pre_title_alt'] = $tp -> toHTML($this->search_prefs[$type.'_handlers'][$id]['pre_title_alt']);
|
||||
// $ret['order'] = (isset($this->search_prefs[$type.'_handlers'][$id]['order']) && $this->search_prefs[$type.'_handlers'][$id]['order']) ? $this->search_prefs[$type.'_handlers'][$id]['order'] : $this->auto_order;
|
||||
|
||||
$this->auto_order++;
|
||||
|
Reference in New Issue
Block a user