-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Несуществующий метод getWebpath #1
Comments
Поправил dba28eb |
Привел данные возвращаемые этим методом к единообразному виду. Теперь и в случае локального хранилища и в случае амазона возвращаются url'ы |
Я недавно делал фикс того, что foreach вызывается не глядя. Из-за этого notice лезет. Надо бы проверять, а есть ли в массивах что-либо. |
В смысле проверять являются ли эти переменные массивом? |
Что |
Добавил проверки isset и sizeof 3cf1086 |
Вызов несуществующего метода getWebpath()
https://github.com/intaro/file-uploader-bundle/blob/master/Services/FileUploader.php#L149
$this->getWebpath().'/'.$file
заменить на
$this->getPath().$file
The text was updated successfully, but these errors were encountered: