Преглед изворни кода

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.