1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-14 02:24:08 +02:00

Merge pull request #4554 from Deltik/php-8.1

PHP 8.1 compatibility
This commit is contained in:
Cameron
2021-09-10 14:38:31 -07:00
committed by GitHub
55 changed files with 648 additions and 440 deletions

View File

@@ -2410,7 +2410,7 @@ class users_admin_form_ui extends e_admin_form_ui
$att['type'] = 'boolean';
// $uid = $this->getController()->getModel()->get('user_id');
$perms = $this->getController()->getModel()->get('user_perms');
$perms = (string) $this->getController()->getModel()->get('user_perms');
if($mode == 'filter' && getperms('3'))
{