secpatch / only int for limit

This commit is contained in:
Joerg (DJ7NT)
2025-12-29 19:42:58 +01:00
committed by GitHub
parent 7867031bdf
commit 2f732be7da

View File

@@ -540,7 +540,7 @@ class Logbookadvanced_model extends CI_Model {
$limit = '';
if ($searchCriteria['qsoresults'] != 'All') {
$limit = 'limit ' . $searchCriteria['qsoresults'];
$limit = 'limit ' . (int)$searchCriteria['qsoresults'];
}
$where2 = '';