Issue Details (XML | Word | Printable)

Key: MDL-11562
Type: Sub-task Sub-task
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Petr Skoda
Reporter: Petr Skoda
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle
MDL-11561

supportname and supportemail are not initialized properly during install

Created: 03/Oct/07 03:52 AM   Updated: 03/Oct/07 06:34 AM
Return to search
Component/s: Administration
Affects Version/s: 1.9
Fix Version/s: 1.9

Participants: Petr Skoda
Security Level: None
Resolved date: 03/Oct/07
Affected Branches: MOODLE_19_STABLE
Fixed Branches: MOODLE_19_STABLE


 Description  « Hide
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...



 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Petr Skoda added a comment - 03/Oct/07 06:34 AM
should be fixed in cvs