openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 51ed7865e4ecd72652671eea84dc02aea226edd7
parent 3e946a15f6e21faeb2054af6788641d88b7a1b73
Author: Jan Dankert <devnull@localhost>
Date:   Thu, 29 Dec 2016 22:19:36 +0100

Beim Veröffentlichen mehr CPU-Zeit zulassen.

Diffstat:
model/Folder.class.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/model/Folder.class.php b/model/Folder.class.php @@ -253,7 +253,7 @@ class Folder extends Object function publish( $withPages,$withFiles,$subdirs = false ) { - set_time_limit(30); + set_time_limit(300); if ( ! is_object($this->publish) ) $this->publish = new Publish();