I'm running a D6->D7 upgrade with this module.
Found that when it came time to drush updb on the D7 it would fail due to calling an api function without having the correct file included.
I've come up with a patch that just adds one line to ensure that the file_entity.file_api.inc gets included so that file_displays_load() may be safely called.
I'll attach it after this post.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | media_youtube-call-to-undefined-function-file-1796930-1.patch | 861 bytes | alexh58 |
Comments
Comment #1
alexh58 commentedThe patch attached here.
Please review!
Comment #2
RobW commentedLooks good. Committed: http://drupalcode.org/project/media_youtube.git/commit/8afda26.