mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +02:00
The script used to fwrite \?\> instead of ?>. Fixes MDL-8129.
This was introduced in 1.80 by moodler. Don't know why but it caused an PHP critical syntax error.
This commit is contained in:
parent
f024bea279
commit
de4214a592
@ -546,7 +546,7 @@ function lang_save_file($path, $file, $strings, $local, $packstrings) {
|
||||
}
|
||||
}
|
||||
}
|
||||
fwrite($f,"\n\?\>\n");
|
||||
fwrite($f,"\n?>\n");
|
||||
fclose($f);
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user