From 2a4c13869c7f5526258853192ebf19f516e70b02 Mon Sep 17 00:00:00 2001 From: Roman Date: Fri, 2 Apr 2021 22:42:53 +0200 Subject: [PATCH] again --- core/Api/Request.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/Api/Request.class.php b/core/Api/Request.class.php index 2320444..c5b8838 100644 --- a/core/Api/Request.class.php +++ b/core/Api/Request.class.php @@ -77,6 +77,7 @@ class Request { } public function execute($values = array()): bool { + $this->params = array_merge([], $this->defaultParams); $this->success = false; $this->result = array(); $this->lastError = '';