MDL-19786 Renamed user_picture and action_icon component classes to moodle_user_picture and moodle_action_icon. Also moved around the classes in a more logical order in outputcomponents.php
This commit is contained in:
+1
-1
@@ -388,7 +388,7 @@ EOD;
|
||||
$user->lastname = $c->lastname;
|
||||
$user->imagealt = $c->imagealt;
|
||||
$c->content = format_text($c->content, $c->format);
|
||||
$userpic = new user_picture();
|
||||
$userpic = new moodle_user_picture();
|
||||
$userpic->user = $user;
|
||||
$userpic->courseid = $this->course->id;
|
||||
$userpic->link = true;
|
||||
|
||||
Reference in New Issue
Block a user