Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7
-
Fix Version/s: 1.7
-
Component/s: Administration
-
Labels:None
-
Affected Branches:MOODLE_17_STABLE
-
Fixed Branches:MOODLE_17_STABLE
Description
Admin settings need to specify their defaults rather than relying on lib/default.php
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions
Latest CVS commit of the admin/adminlib.php, admin/settings.php, and admin/settings/* files has defaults specified as a parameter passed to each admin_setting object during construction.
The next update of admin/index.php will have the code that reads these default values during first install.