mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-36357 cleanup - remove double semicolons
This commit is contained in:
parent
a3f3ea2684
commit
0e35ba6ffc
53 changed files with 66 additions and 66 deletions
|
@ -180,7 +180,7 @@ class rating implements renderable {
|
|||
$ratingoptions->scaleid = $this->scaleid;
|
||||
$ratingoptions->userid = $this->userid;
|
||||
|
||||
$rm = new rating_manager();;
|
||||
$rm = new rating_manager();
|
||||
$items = $rm->get_ratings($ratingoptions);
|
||||
$firstitem = $items[0]->rating;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue