Skip to content

Commit 7a71d1f

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 3f5632a + 25f246f commit 7a71d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Wechat/Lib/Common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ private function checkSignature($str = '')
166166
public function getAccessToken($appid = '', $appsecret = '', $token = '')
167167
{
168168
if (!$appid || !$appsecret) {
169-
list($appid, $$appsecret) = [$this->appid, $this->appsecret];
169+
list($appid, $appsecret) = [$this->appid, $this->appsecret];
170170
}
171171
if ($token) {
172172
return $this->access_token = $token;

0 commit comments

Comments
 (0)