mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 22:27:34 +02:00
More PHP 8.1 fixes.
This commit is contained in:
@@ -29,7 +29,7 @@ class adminDownload extends download
|
||||
function __construct()
|
||||
{
|
||||
global $pref;
|
||||
parent::download();
|
||||
parent::__construct();
|
||||
$this->userclassOptions = 'blank,nobody,guest,public,main,admin,member,classes';
|
||||
|
||||
// Save basic search string
|
||||
|
Reference in New Issue
Block a user