Line 90 of media_gallery.pages.inc tries to include a media_gallery.js javascript file --
drupal_add_js(drupal_get_path('module', 'media_gallery') . '/media_gallery.js');
-- but media_gallery.js does not exist in CVS.

It's filling my watchdog with page_not_found errors.

I saw this warning mentioned in #1011042-18: Errors when enabled in Drupal 7, but it's unrelated and should have its own issue.

Comments

moloc’s picture

Status: Active » Fixed

This issue seems to be fixed with issue #1060398: Sync with latest Drupal Gardens code.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.