소스 검색

Disable dynamic loader by default - will have to be set manually, as described in the changelog, until next major version (requires admin setting)

ywarnier 13 년 전
부모
커밋
daff6b3059
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      user_portal.php

+ 1 - 1
user_portal.php

@@ -91,7 +91,7 @@ define('CONFVAL_dateFormatForInfosFromCourses', get_lang('dateFormatLong'));
 define("CONFVAL_limitPreviewTo", SCRIPTVAL_NewEntriesOfTheDayOfLastLogin);
 
 //$load_dirs = api_get_setting('courses_list_document_dynamic_dropdown');
-$load_dirs = true;
+$load_dirs = false;
 
 
 // This is the main function to get the course list.