Commit 0683d1d0 authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-974 Set KOE_CAPABILITY_SHAREDFOLDER default to false.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 5ff30819
......@@ -369,7 +369,7 @@ class ZPush {
define('KOE_CAPABILITY_NOTES', false);
}
if (!defined('KOE_CAPABILITY_SHAREDFOLDER')) {
define('KOE_CAPABILITY_SHAREDFOLDER', true);
define('KOE_CAPABILITY_SHAREDFOLDER', false);
}
if (!defined('KOE_GAB_FOLDERID')) {
define('KOE_GAB_FOLDERID', '');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment