Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6f4f4c2beb |
@@ -505,6 +505,7 @@ abstract class ClientAbstracts implements IClient
|
|||||||
*/
|
*/
|
||||||
protected function mergeParams($newData): string
|
protected function mergeParams($newData): string
|
||||||
{
|
{
|
||||||
|
if (empty($data)) return '';
|
||||||
if (!is_string($newData)) {
|
if (!is_string($newData)) {
|
||||||
return $this->toRequest($newData);
|
return $this->toRequest($newData);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user