* [refac bug #56046] convert int for param.

This commit is contained in:
wangyidong
2024-10-17 14:00:37 +08:00
committed by 孙广明
parent 6a26094740
commit d6a7f41f03
+1
View File
@@ -449,6 +449,7 @@ class execution extends control
/* Process the order by field. */
if(!$orderBy) $orderBy = $this->cookie->executionStoryOrder ? $this->cookie->executionStoryOrder : 'pri';
$param = (int)$param;
$type = strtolower($type);
$productID = $this->executionZen->setStorageForStory((string)$executionID, $type, (string)$param, $orderBy);