-
Bug
-
Resolution: Fixed
-
Minor
-
3.9.3, 3.9.4, 3.10.1
-
MOODLE_310_STABLE, MOODLE_39_STABLE
-
MOODLE_310_STABLE, MOODLE_39_STABLE
-
Easy
-
$sign = $this->_options['format']{$i};
|
needs to be changed to
$sign = $this->_options['format'][$i];
|