diff --git a/functions.php b/functions.php index 405563c..d649a4e 100644 --- a/functions.php +++ b/functions.php @@ -217,7 +217,7 @@ function get_refresh_token() } document.cookie=\'language=; path=/\'; '; - setConfig($function_name, [ 'refresh_token' => $tmptoken ], getConfig('APIKey')); + setConfig([ 'refresh_token' => $tmptoken ]); $str .= ' '; return message($str, $constStr['WaitJumpIndex'][$constStr['language']]);