diff options
author | Michael Gapczynski <GapczynskiM@gmail.com> | 2011-08-18 15:35:11 -0400 |
---|---|---|
committer | Michael Gapczynski <GapczynskiM@gmail.com> | 2011-08-18 15:35:31 -0400 |
commit | 498356fcb85198fd447f112268bb2bb769c05089 (patch) | |
tree | 1488ef511db12f8f87ea8d4fc07f31801f93d893 /apps/files_sharing/lib_share.php | |
parent | 115a6c8785c265f9b95fd9b2e7d1c6a3ac0a6f1f (diff) | |
download | nextcloud-server-498356fcb85198fd447f112268bb2bb769c05089.tar.gz nextcloud-server-498356fcb85198fd447f112268bb2bb769c05089.zip |
Copy get.php into files_sharing, public links now use files templates
Diffstat (limited to 'apps/files_sharing/lib_share.php')
-rw-r--r-- | apps/files_sharing/lib_share.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/lib_share.php b/apps/files_sharing/lib_share.php index c7ac7c3e8fd..df704c131e7 100644 --- a/apps/files_sharing/lib_share.php +++ b/apps/files_sharing/lib_share.php @@ -135,6 +135,7 @@ class OC_Share { $in .= ", '".$uid."@".$group."'"; } } + $in .= ", '".self::PUBLICLINK."'"; $in .= ")"; return $in; } |