Julio Montoya 12 år sedan
förälder
incheckning
d9936c1b6e
1 ändrade filer med 1 tillägg och 1 borttagningar
  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();