--- akismet.module 1 Jun 2007 22:31:07 -0000 1.10.4.5 +++ akismet.module 28 Sep 2007 17:12:06 -0000 @@ -393,7 +393,7 @@ } // Since users won't see their content published, show them a polite explanation on why. - $content_type_name = node_get_name($node); + $content_type_name = node_get_types('name', $node); drupal_set_message(t('Your %content-type-name has been queued for moderation by site administrators and will be published after approval.', array('%content-type-name' => $content_type_name))); // Record the event to watchdog.