ソースを参照

fix almost all tests

AD7six 11 年 前
コミット
7d5cc107ee
1 ファイル変更1 行追加0 行削除
  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) {
 	public function env($key, $value = null) {
 		if ($value !== null) {
 		if ($value !== null) {
 			$this->_environment[$key] = $value;
 			$this->_environment[$key] = $value;
+			$this->_isResults = [];
 			return $this;
 			return $this;
 		}
 		}