UCSCLibrary / YouTubeImport

This Omeka plugin adds the ability to import Youtube videos into Omeka as items while preserving as much metadata as possible
8 stars 10 forks source link

Install hook syntax issue #4

Closed kloor closed 9 years ago

kloor commented 9 years ago

In the YouTubeImportPlugin.php file as part of the hookInstall() method on line 64 there is a dollar sign before the is_object function call that causes the install hook to not run correctly. It appears it can be fixed by removing the dollar sign.

NedHenry commented 9 years ago

Thanks for this bug report! This looks like a typo, and will be fixed in the next update. We appreciate the feedback very much. Happy holidays,

Ned Henry On Dec 23, 2014 10:31 AM, "John Kloor" notifications@github.com wrote:

In the YouTubeImportPlugin.php file as part of the hookInstall() method on line 64 there is a dollar sign before the is_object function call that causes the install hook to not run correctly. It appears it can be fixed by removing the dollar sign.

— Reply to this email directly or view it on GitHub https://github.com/UCSCLibrary/YouTubeImport/issues/4.