소스 검색

Fixing typo

Julio Montoya 12 년 전
부모
커밋
d9936c1b6e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();