From 9fdf4dae6be5908acd30ef4b40ccb96883a75930 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 15 Feb 2005 17:00:04 +0000 Subject: [PATCH] Init $options array ... I'm sure there is much more. --- admin/langdoc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin/langdoc.php b/admin/langdoc.php index 2c408946be2..ce109d8bfd6 100755 --- a/admin/langdoc.php +++ b/admin/langdoc.php @@ -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