2
0
forked from Wavyzz/dolibarr

Fix with php-cs-fixer

This commit is contained in:
Laurent Destailleur
2023-12-04 11:41:14 +01:00
parent de7d3c2bf8
commit 987d6c41b9
151 changed files with 1183 additions and 709 deletions

View File

@@ -59,7 +59,7 @@ if ($page < 0) {
} elseif (empty($page)) {
$page = 0;
}
$limit = GETPOST('limit', 'int') ?GETPOST('limit', 'int') : $conf->liste_limit;
$limit = GETPOST('limit', 'int') ? GETPOST('limit', 'int') : $conf->liste_limit;
$offset = $limit * $page;
if (!$user->admin) {