Skip to content

Commit fe13011

Browse files
author
tingtao.suntt
committed
fix response variable check bug
1 parent f9ac22f commit fe13011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Aliyun/Log/requestcore.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ public function process_response($curl_handle = null, $response = null)
793793
$this->response_headers['_info'] = $this->response_info;
794794
$this->response_headers['_info']['method'] = $this->method;
795795

796-
if ($curl_handle && $this->$response)
796+
if ($curl_handle && $this->response)
797797
{
798798
return new $this->response_class($this->response_headers, $this->response_body, $this->response_code, $curl_handle);
799799
}

0 commit comments

Comments
 (0)