Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.9
-
Fix Version/s: 1.9
-
Component/s: Administration
-
Labels:None
-
Affected Branches:MOODLE_19_STABLE
-
Fixed Branches:MOODLE_19_STABLE
Description
the trouble is that the defaults are available only after admin user setup
solution is to implement new get_defaultsetting() method in admin_setting class and allow the defaults to be NULL, then add is_null() test before applying the defaults after main table setup, then apply the default again after admin user setup...
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions
should be fixed in cvs