Index: revisioning.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/revisioning/revisioning.module,v
retrieving revision 1.47
diff -u -p -r1.47 revisioning.module
--- revisioning.module	3 Aug 2009 06:05:40 -0000	1.47
+++ revisioning.module	15 Sep 2009 20:52:59 -0000
@@ -676,7 +676,7 @@ function _handle_edit(&$node, $op) {
     }
   }
   elseif ($op == 'update' && $node->status) {
-    drupal_set_message(t('Your changes are now current as moderation is switched off for this content type.'), 'warning');
+    drupal_set_message(t('Your changes are now current as moderation is switched off for this content type.'), 'warning', FALSE);
   }
 }
 
