Browse Source

fix almost all tests

AD7six 11 years ago
parent
commit
7d5cc107ee
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Network/Request.php

+ 1 - 0
src/Network/Request.php

@@ -1084,6 +1084,7 @@ class Request implements \ArrayAccess {
 	public function env($key, $value = null) {
 		if ($value !== null) {
 			$this->_environment[$key] = $value;
+			$this->_isResults = [];
 			return $this;
 		}