diff options
author | Michael Gapczynski <GapczynskiM@gmail.com> | 2012-01-30 16:49:24 -0500 |
---|---|---|
committer | Michael Gapczynski <GapczynskiM@gmail.com> | 2012-01-30 16:49:24 -0500 |
commit | e0f655fb707e1c632602319a6b989e8f58866953 (patch) | |
tree | 2487440b16aed2c25bf6bb9648fb6a9340a74c78 /apps/files_sharing | |
parent | 0ba315912ba99c4fb7c30134754846cf7b66c8a0 (diff) | |
download | nextcloud-server-e0f655fb707e1c632602319a6b989e8f58866953.tar.gz nextcloud-server-e0f655fb707e1c632602319a6b989e8f58866953.zip |
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.php | 1 |
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'; |