From 14be161501435941bd86ea8ec7e662aaaa72cc66 Mon Sep 17 00:00:00 2001 From: martin Date: Thu, 6 Jun 2002 02:59:44 +0000 Subject: [PATCH] WHoops .... time should be 1800 seconds --- lib/setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/setup.php b/lib/setup.php index 094ad4399e..6a12ff0473 100644 --- a/lib/setup.php +++ b/lib/setup.php @@ -22,7 +22,7 @@ // Default editing time for discussions and the like (in seconds) - $CFG->maxeditingtime = 10; + $CFG->maxeditingtime = 1800; // Location of standard files -- 2.39.5