From d26c7f1740125bfffdc4366fad71c94fd2674015 Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 20 Nov 2002 15:16:03 +0000 Subject: [PATCH] Forgot a comma --- lib/defaults.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/defaults.php b/lib/defaults.php index e05a683f99..24f3e48e8e 100644 --- a/lib/defaults.php +++ b/lib/defaults.php @@ -20,7 +20,7 @@ "htmleditor" => true, "proxyhost" => "", "proxyport" => "", - "maxeditingtime" => 1800 + "maxeditingtime" => 1800, "guestloginbutton" => 1 ); -- 2.39.5