Browse Source

Class Usermanager not found -> should have been UserManager with capital M

Yannick Warnier 12 years ago
parent
commit
4b3509e2f2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/admin/user_import.php

+ 2 - 2
main/admin/user_import.php

@@ -280,7 +280,7 @@ $tool_name = get_lang('ImportUserListXMLCSV');
 $interbreadcrumb[] = array ("url" => 'index.php', "name" => get_lang('PlatformAdmin'));
 
 set_time_limit(0);
-$extra_fields = Usermanager::get_extra_fields(0, 0, 5, 'ASC', true);
+$extra_fields = UserManager::get_extra_fields(0, 0, 5, 'ASC', true);
 $user_id_error = array();
 $error_message = '';
 
@@ -452,4 +452,4 @@ if ($count_fields > 0) {
 </pre>
 </blockquote>
 <?php
-Display :: display_footer();
+Display :: display_footer();