We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d10fbd commit 668c4f2Copy full SHA for 668c4f2
Wechat/Loader.php
@@ -103,7 +103,7 @@ static public function config($config = array()) {
103
self::$config['appsecret'] = self::$config['component_appsecret'];
104
}
105
if (empty(self::$config['encodingaeskey']) && !empty(self::$config['component_encodingaeskey'])) {
106
- self::$config['encodingaeskey'] = self::$config['encodingaeskey'];
+ self::$config['encodingaeskey'] = self::$config['component_encodingaeskey'];
107
108
return self::$config;
109
0 commit comments