Skip to content
Snippets Groups Projects
Commit 756dfe0a authored by Alex Barth's avatar Alex Barth
Browse files

Don't show messages for every deleted node.

parent 9d0f62c1
No related branches found
No related tags found
No related merge requests found
......@@ -96,6 +96,7 @@ class FeedsNodeProcessor extends FeedsProcessor {
}
// Set message.
drupal_get_messages('status');
if ($deleted) {
drupal_set_message(t('Deleted !number nodes.', array('!number' => $deleted)));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment