-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
4.5
-
MOODLE_405_STABLE
check classes may not have action links, they are allowed to return null.
However here the code assumes it always has an action link:
But if a check doesn't, it throws an exception:
Exception - renderer_base::render(): Argument #1 ($widget) must be of type renderable, null given, called in [dirroot]/lib/adminlib.php on line 11813
- is a regression caused by
-
MDL-67898 Have an admin_setting which exposes a check
- Closed