mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
secpatch / only int for limit
This commit is contained in:
@@ -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 = '';
|
||||
|
||||
Reference in New Issue
Block a user