Index: trunk/phase3/includes/WebResponse.php |
— | — | @@ -135,7 +135,7 @@ |
136 | 136 | * @param $value String: value to give cookie |
137 | 137 | * @param $expire Int: number of seconds til cookie expires |
138 | 138 | */ |
139 | | - public function setcookie( $name, $value, $expire = 0 ) { |
| 139 | + public function setcookie( $name, $value, $expire = 0, $prefix = null, $domain = null ) { |
140 | 140 | $this->cookies[$name] = $value; |
141 | 141 | } |
142 | 142 | |