Browse Source

change normal message by confirmation message

Juan Carlos Raña 14 years ago
parent
commit
079f395e22
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/wiki/index.php

+ 1 - 1
main/wiki/index.php

@@ -460,7 +460,7 @@ if ($_POST['export2DOC'])
 	$export2doc = export2doc($titleDOC,$contentDOC,$groupIdDOC);
 
 	if ($export2doc) {
-		Display::display_normal_message(get_lang('ThePageHasBeenExportedToDocArea'));
+		Display::display_confirmation_message(get_lang('ThePageHasBeenExportedToDocArea'));
 	}
 
 }