geek 4 rokov pred
rodič
commit
3669d4dc48

+ 1 - 1
application/common/service/CommonService.php

@@ -25,7 +25,7 @@ class CommonService {
 
     public static function getAuthUrl($channelId) {
         $baseUrl = self::getBaeUrl($channelId);
-        return $baseUrl.'?redirecturi='.self::getRedirectUrl();
+        return $baseUrl.'?redirecturi='.self::getRedirectUrl($channelId);
     }
 
     public static function getBaeUrl($channelId) {