Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Gapczynski <GapczynskiM@gmail.com>2012-01-31 01:49:24 +0400
committerMichael Gapczynski <GapczynskiM@gmail.com>2012-01-31 01:49:24 +0400
commite0f655fb707e1c632602319a6b989e8f58866953 (patch)
tree2487440b16aed2c25bf6bb9648fb6a9340a74c78 /apps/files_sharing
parent0ba315912ba99c4fb7c30134754846cf7b66c8a0 (diff)
Sharing app needs to be loaded for public link of file in Shared folder - fixes bug 113
Diffstat (limited to 'apps/files_sharing')
-rw-r--r--apps/files_sharing/get.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_sharing/get.php b/apps/files_sharing/get.php
index ca95a68c6ce..c80b0c2ef03 100644
--- a/apps/files_sharing/get.php
+++ b/apps/files_sharing/get.php
@@ -1,5 +1,4 @@
<?php
-$RUNTIME_NOAPPS=true; //no need to load the apps
$RUNTIME_NOSETUPFS=true; //don't setup the fs yet
require_once '../../lib/base.php';