-
Bug
-
Resolution: Fixed
-
Major
-
1.8
-
None
-
MOODLE_18_STABLE
-
MOODLE_18_STABLE
If one deletes the administration block from the site home page, it is no longer available to be added back because the function applicable_formats( ) does not include 'site' => true. The problem was fixed with return array('course' => true, 'site' => true) on line 204 or one could just delete applicable_formats.
An administrator could still access the block from /admin without this fix, but it could be very confusing.