mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
php8 incompatibility fixes
This commit is contained in:
parent
412104300c
commit
ef01e19de9
@ -22,6 +22,7 @@ $searchModules = check_acl($config['id_user'], 0, 'AR');
|
||||
if (!$modules || !$searchModules) {
|
||||
echo "<br><div class='nf'>".__('Zero results found')."</div>\n";
|
||||
} else {
|
||||
$table = new stdClass();
|
||||
$table->cellpadding = 4;
|
||||
$table->cellspacing = 4;
|
||||
$table->width = '98%';
|
||||
|
Loading…
x
Reference in New Issue
Block a user