mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
MDL-22061 fixed warning
This commit is contained in:
parent
49f0d48171
commit
73593f4186
@ -1591,9 +1591,6 @@ function make_default_scale() {
|
|||||||
/// Read in the big description from the file. Note this is not
|
/// Read in the big description from the file. Note this is not
|
||||||
/// HTML (despite the file extension) but Moodle format text.
|
/// HTML (despite the file extension) but Moodle format text.
|
||||||
$parentlang = get_parent_language();
|
$parentlang = get_parent_language();
|
||||||
if ($parentlang[0] == '[') {
|
|
||||||
$parentlang = '';
|
|
||||||
}
|
|
||||||
if (is_readable($CFG->dataroot .'/lang/'. $CFG->lang .'/help/forum/ratings.html')) {
|
if (is_readable($CFG->dataroot .'/lang/'. $CFG->lang .'/help/forum/ratings.html')) {
|
||||||
$file = file($CFG->dataroot .'/lang/'. $CFG->lang .'/help/forum/ratings.html');
|
$file = file($CFG->dataroot .'/lang/'. $CFG->lang .'/help/forum/ratings.html');
|
||||||
} else if (is_readable($CFG->dirroot .'/lang/'. $CFG->lang .'/help/forum/ratings.html')) {
|
} else if (is_readable($CFG->dirroot .'/lang/'. $CFG->lang .'/help/forum/ratings.html')) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user