mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Init $options array ... I'm sure there is much more.
This commit is contained in:
parent
b55194d314
commit
9fdf4dae6b
@ -58,6 +58,8 @@ Based on: lang.php in 1.4.3+ release
|
||||
error("Could not find English language docs files!");
|
||||
}
|
||||
|
||||
$options = array();
|
||||
|
||||
foreach ($files as $filekey => $file) { // check all the docs files.
|
||||
$options["docs/$file"] = "docs/$file";
|
||||
// add (!) if file doesn't exists or is empty
|
||||
|
Loading…
x
Reference in New Issue
Block a user