Index: filefield.install =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/filefield/filefield.install,v retrieving revision 1.15 diff -u -p -r1.15 filefield.install --- filefield.install 10 Oct 2008 00:59:10 -0000 1.15 +++ filefield.install 28 Oct 2008 18:34:39 -0000 @@ -14,6 +14,7 @@ include_once(drupal_get_path('module', ' * Implementation of hook_install(). */ function filefield_install() { + drupal_load('module', 'content'); content_notify('install', 'filefield'); }