mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 17:44:37 +02:00
Issue #4299 - PHP8 compatibility fixes.
This commit is contained in:
@@ -32,7 +32,7 @@ class chatbox_menu_search extends e_search // include plugin-folder in the name.
|
||||
'return_fields' => array('cb_id', 'cb_nick', 'cb_message', 'cb_datestamp'),
|
||||
'search_fields' => array('cb_nick' => '1', 'cb_message' => '1'), // fields and weights.
|
||||
|
||||
'order' => array('cb_datestamp' => DESC),
|
||||
'order' => array('cb_datestamp' => 'DESC'),
|
||||
'refpage' => 'chat.php'
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user