MDL-35518: mod_assign: Change function get_renderer() in assign/locallib.php from private to public
This commit is contained in:
@@ -1864,7 +1864,7 @@ class assign {
|
||||
*
|
||||
* @return assign_renderer
|
||||
*/
|
||||
private function get_renderer() {
|
||||
public function get_renderer() {
|
||||
global $PAGE;
|
||||
if ($this->output) {
|
||||
return $this->output;
|
||||
|
||||
Reference in New Issue
Block a user