Browse Source

Merge branch '1.9.x' of github.com:chamilo/chamilo-lms into julio6666

Julio Montoya 11 years ago
parent
commit
37528fd4ae
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/admin/course_category.php

+ 2 - 2
main/admin/course_category.php

@@ -167,7 +167,7 @@ if ($action == 'add' || $action == 'edit') {
         </form>
 
 <?php  } elseif (api_get_multiple_access_url() && api_get_current_access_url_id() != 1) {
-           Display :: display_error_message(get_lang('CourseCategoriesAreGlobal'));
+           Display :: display_warning_message(get_lang('CourseCategoriesAreGlobal'));
        }
     
 } else {
@@ -223,7 +223,7 @@ if ($action == 'add' || $action == 'edit') {
         }
     
     } else {
-        Display :: display_error_message(get_lang('CourseCategoriesAreGlobal'));
+        Display :: display_warning_message(get_lang('CourseCategoriesAreGlobal'));
         
     }?>
     </ul>