From 805a5f63d77e68cf315112342cef00260389422a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Carlos=20Ra=C3=B1a?= Date: Thu, 29 Oct 2009 22:44:00 +0100 Subject: [PATCH] fix display message --- main/document/edit_document.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/document/edit_document.php b/main/document/edit_document.php index e501969009..a3e94103e3 100644 --- a/main/document/edit_document.php +++ b/main/document/edit_document.php @@ -599,7 +599,7 @@ if(isset($msgError)) if( isset($info_message)) { - Display::display_normal_message($info_message); //main API + Display::display_confirmation_message($info_message); //main API }