Commit 9114d2a0 by Taylor Otwell

Merge branch 'master' into staging

parents 36247267 aa687d03
......@@ -249,7 +249,7 @@ class Validator {
{
return false;
}
elseif ( ! is_null(Input::file($attribute)) and $value['tmp_name'] == '')
elseif ( ! is_null(Input::file($attribute)) and is_array($value) and $value['tmp_name'] == '')
{
return false;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment