Skip to content
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

Open
broh opened this issue Jan 20, 2015 · 7 comments
Open

Несуществующий метод getWebpath #1

broh opened this issue Jan 20, 2015 · 7 comments

Comments

@broh
Copy link
Contributor

broh commented Jan 20, 2015

Вызов несуществующего метода getWebpath()
https://github.com/intaro/file-uploader-bundle/blob/master/Services/FileUploader.php#L149

$this->getWebpath().'/'.$file
заменить на
$this->getPath().$file

@rroma
Copy link
Contributor

rroma commented Jan 21, 2015

Поправил dba28eb

@rroma
Copy link
Contributor

rroma commented Jan 21, 2015

Привел данные возвращаемые этим методом к единообразному виду. Теперь и в случае локального хранилища и в случае амазона возвращаются url'ы

@muxx
Copy link
Member

muxx commented Jan 21, 2015

Я недавно делал фикс того, что foreach вызывается не глядя. Из-за этого notice лезет. Надо бы проверять, а есть ли в массивах что-либо.

@rroma
Copy link
Contributor

rroma commented Jan 21, 2015

В смысле проверять являются ли эти переменные массивом?

@muxx
Copy link
Member

muxx commented Jan 21, 2015

Что isset($items) и sizeof($items) > 0

@rroma
Copy link
Contributor

rroma commented Jan 21, 2015

Добавил проверки isset и sizeof 3cf1086

@rroma
Copy link
Contributor

rroma commented Jan 21, 2015

4d8af9c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants