geek 4 rokov pred
rodič
commit
0e6e449c1f

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

@@ -35,6 +35,7 @@ class CommonService {
     }
 
     public static function getRedirectUrl() {
-        return self::getSetData()['redirct_url'];
+        $data = self::getSetData();
+        return $data['redirct_url'];
     }
 }