* Format queryID.

This commit is contained in:
tianshujie
2024-05-07 14:05:28 +08:00
parent 7fb45e033c
commit 8b9ae3e89e
+1 -1
View File
@@ -384,7 +384,7 @@ class execution extends control
/* Set browseType, productID, moduleID and queryID. */
$browseType = strtolower($browseType);
$queryID = ($browseType == 'bysearch') ? $param : 0;
$queryID = ($browseType == 'bysearch') ? (int)$param : 0;
/* Load pager. */
$this->app->loadClass('pager', true);