1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

PHP8 Fix for search.php . e_HTTP fix for CLI mode.

This commit is contained in:
Cameron
2021-01-13 11:20:58 -08:00
parent b6f9b831ca
commit ca471b31db
3 changed files with 17 additions and 1 deletions

View File

@@ -61,6 +61,7 @@ class search extends e_shortcode
'ep' => LAN_SEARCH_26,
'be' => LAN_SEARCH_27
);
private $searchtype;
function __construct()
{