This commit is contained in:
epriestley
2011-01-25 17:40:21 -08:00
parent 74eb6d2bd5
commit bc57b12ef0
18 changed files with 676 additions and 8 deletions

View File

@@ -63,7 +63,7 @@ class AphrontRequest {
}
}
final public function getArr($name, $default = null) {
final public function getArr($name, $default = array()) {
if (isset($this->requestData[$name]) &&
is_array($this->requestData[$name])) {
return $this->requestData[$name];