Skip to content

Commit ebc4585

Browse files
committed
Fixed typo in getError method
1 parent fe7e920 commit ebc4585

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DatingVIP/cURL/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public function getErrno()
154154
*/
155155
public function getError()
156156
{
157-
return $this->error["errstr"];
157+
return $this->error["error"];
158158
}
159159

160160
/**

0 commit comments

Comments
 (0)