Browse Source

Added missing space.

Joshua Nye 14 years ago
parent
commit
3832a7a33d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Symfony/Component/HttpFoundation/Request.php

+ 1 - 1
src/Symfony/Component/HttpFoundation/Request.php

@@ -490,7 +490,7 @@ class Request
     {
         $scheme = $this->getScheme();
         $host   = $this->getHost();
-        if(!$host) {
+        if (!$host) {
             $host = $this->server->get('SERVER_NAME');
         }
         $port   = $this->getPort();