mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 04:33:13 +01:00
Oops, missing semicolon
This commit is contained in:
parent
5782be6b0a
commit
12fe91c401
@ -326,7 +326,7 @@ function data_get_field_from_name($name){
|
||||
if ($field){
|
||||
return data_get_field($field);
|
||||
} else {
|
||||
false
|
||||
false;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user