geek 4 gadi atpakaļ
vecāks
revīzija
3669d4dc48
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      application/common/service/CommonService.php

+ 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) {