-
Bug
-
Resolution: Fixed
-
Minor
-
2.7
-
MOODLE_27_STABLE
-
MOODLE_27_STABLE
-
MDL-45813-scheduled_task -
I just ran into a PHP notice displayed when trying to set up a task executed on weekends only:
Undefined property: core\task\scheduled_test_task::$dayofmonth
|
This seems to be just a typo as the correct variable should be just $day.