Index: notifications_files.module =================================================================== --- notifications_files.module (revision 878) +++ notifications_files.module (working copy) @@ -63,6 +63,11 @@ $tokens['node-files-html'] = implode('
', $file_links); $tokens['node-files-plain'] = implode('\n', $file_uris); } + else + { + $tokens['node-files-html'] = ''; + $tokens['node-files-plain'] = ''; + } return $tokens; } }