mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 09:04:38 +02:00
Issue #5443 - PHP 8.4 test fixes.
This commit is contained in:
@@ -2587,7 +2587,7 @@ class e_file
|
||||
|
||||
if(($class === null && check_class($v['name'])) || (int) $class === (int) $v['name'])
|
||||
{
|
||||
$current_perms[$v['name']] = array('type' => $v['type'], 'maxupload' => $v['maxupload']);
|
||||
// $current_perms[$v['name']] = array('type' => $v['type'], 'maxupload' => $v['maxupload']);
|
||||
$a_filetypes = explode(',', $v['type']);
|
||||
foreach($a_filetypes as $ftype)
|
||||
{
|
||||
|
Reference in New Issue
Block a user