mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
MDL-27471 rating - whitespace cleanup
This commit is contained in:
parent
5b52ce19c5
commit
f2e725930b
4 changed files with 9 additions and 9 deletions
|
@ -527,7 +527,7 @@ function glossary_rating_validate($params) {
|
|||
//item doesn't exist
|
||||
throw new rating_exception('invaliditemid');
|
||||
}
|
||||
|
||||
|
||||
if ($info->scale != $params['scaleid']) {
|
||||
//the scale being submitted doesnt match the one in the database
|
||||
throw new rating_exception('invalidscaleid');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue