kayue / KayueWordpressBundle

A Symfony 2 bundle for providing WordPress repositories and authenticating users (login).
101 stars 43 forks source link

Attachment->getUrl is broken #41

Closed benglass closed 10 years ago

benglass commented 10 years ago

This commit removed the code that set the url for attachments returned by AttachmentManager->findOneAttachmentById because it removed the call to setUrl so now there is a public getUrl method which used to work that now always returns null

https://github.com/kayue/KayueWordpressBundle/commit/72ca5bf3279617705e774545f9ab519c65093288#diff-575983b7e2416efd23407f9951a437abR48