From fc064212b9ab34629967e507e73e84454dcba5de Mon Sep 17 00:00:00 2001 From: Morris Jobke <hey@morrisjobke.de> Date: Thu, 18 Jun 2015 17:48:14 +0200 Subject: [PATCH] [config.sample.php] set correct default value for skeletondirectory --- config/config.sample.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.sample.php b/config/config.sample.php index 87ca678ce2..535b2c3a5c 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -225,7 +225,7 @@ $CONFIG = array( * copied to the data directory of new users. Leave empty to not copy any * skeleton files. */ -'skeletondirectory' => '', +'skeletondirectory' => '/path/to/owncloud/core/skeleton', /** * The ``user_backends`` app (which needs to be enabled first) allows you to -- GitLab