corcel / acf

Advanced Custom Fields (ACF) plugin for Corcel
128 stars 100 forks source link

Fix to Image Field still returning null #12

Closed tlaverdure closed 7 years ago

tlaverdure commented 7 years ago

@jgrossi I was playing around with this some more and re-discovered what the actual issue use. Using $this->attachment() actually only works if you uploaded the image to the post, but if you want to re-use an image on a different post null would still be returned.

tlaverdure commented 7 years ago

@jgrossi what you think about this?

bbearche commented 7 years ago

@jgrossi Any update on this?

jgrossi commented 7 years ago

@bbearche did you see my comment on line 63? ;-)

bbearche commented 7 years ago

@jgrossi No, There is no comment there.

jgrossi commented 7 years ago

Sorry about that. Updated!

tlaverdure commented 7 years ago

@jgrossi does this solve the issue?