提交 2f1145fb 编写于 作者: weixin_47267244's avatar weixin_47267244

修复

上级 8eefc87d
......@@ -265,7 +265,7 @@ class ActionMiddleware implements MiddlewareInterface
$value = $uploadedFiles[$paramName];
if (0 !== $value->getError())
{
throw new \RuntimeException(sprintf('Upload file failed. error:', $value->getError()));
throw new \RuntimeException(sprintf('Upload file failed. error:%d', $value->getError()));
}
}
else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册