Browse Source

Fixing typo

Julio Montoya 12 years ago
parent
commit
d9936c1b6e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/admin/index.php

+ 1 - 1
main/admin/index.php

@@ -375,7 +375,7 @@ function check_system_version() {
 
     if (ini_get('allow_url_fopen') == 1) {
         // The number of courses
-        $number_of_courses = statistics::count_courses();
+        $number_of_courses = Statistics::count_courses();
 
         // The number of users
         $number_of_users = statistics::count_users();