@@ -25,8 +25,8 @@  | 
                                                    ||
| 25 | 25 |      { | 
                                                        
| 26 | 26 |          if (strpos($url, '/') === 0) { | 
                                                        
| 27 | 27 | $context = $this->router->getContext();  | 
                                                        
| 28 | - $baseUrl = $context->getScheme().'://'.$context->getHost().$context->getBaseUrl();  | 
                                                        |
| 29 | - $url = $baseUrl.$url;  | 
                                                        |
| 28 | + $baseUrl = $context->getScheme() . '://' . $context->getHost() . $context->getBaseUrl();  | 
                                                        |
| 29 | + $url = $baseUrl . $url;  | 
                                                        |
| 30 | 30 | }  | 
                                                        
| 31 | 31 | |
| 32 | 32 | $handle = curl_init($url);  |