From 7d5cc107ee700fd9316f356fa669c9c0c52dcac1 Mon Sep 17 00:00:00 2001 From: AD7six Date: Mon, 3 Nov 2014 09:02:36 +0000 Subject: [PATCH] fix almost all tests --- src/Network/Request.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Network/Request.php b/src/Network/Request.php index cd6ad18a09b..6cb9c50456f 100644 --- a/src/Network/Request.php +++ b/src/Network/Request.php @@ -1084,6 +1084,7 @@ public function cookie($key) { public function env($key, $value = null) { if ($value !== null) { $this->_environment[$key] = $value; + $this->_isResults = []; return $this; }