Joanhey hace 6 años
padre
commit
daaae3287e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      Protocols/Http.php

+ 2 - 2
Protocols/Http.php

@@ -689,8 +689,8 @@ class HttpCache
 
     public static function reset()
     {
-        self::$status = 'HTTP/1.1 200 OK';
-        self::$header = self::$default;
+        self::$status   = 'HTTP/1.1 200 OK';
+        self::$header   = self::$default;
         self::$cookie   = array();
         self::$instance = new HttpCache();
     }