Browse Source

change normal message by confirmation message

Juan Carlos Raña 15 năm trước cách đây
mục cha
commit
427872be2f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      main/user/user.php

+ 1 - 1
main/user/user.php

@@ -280,7 +280,7 @@ if ($origin != 'learnpath') {
 }
 
 if (isset($message)) {
-	Display::display_normal_message($message);
+	Display::display_confirmation_message($message);
 }
 
 /*