summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-09-25 14:36:07 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-09-25 14:36:07 +0200
commit8f2a14c5d6956fbc6d316211d68f7d87d7349c55 (patch)
treee5745110a5091c72be0e2a23ecdbc8924c066719 /lib
parentf89b9b61a97d918bb4ce9bea712617c8f0b23acd (diff)
parent9a373cb5bbe2cc56ba96f1a6dff298912f4d88e7 (diff)
downloadnextcloud-server-8f2a14c5d6956fbc6d316211d68f7d87d7349c55.tar.gz
nextcloud-server-8f2a14c5d6956fbc6d316211d68f7d87d7349c55.zip
Merge pull request #19297 from owncloud/fix_19119
Do not blindy copy expiration date on reshare
Diffstat (limited to 'lib')
-rw-r--r--lib/private/share/share.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/share/share.php b/lib/private/share/share.php
index 07c7f31a853..32389f34868 100644
--- a/lib/private/share/share.php
+++ b/lib/private/share/share.php
@@ -1998,7 +1998,6 @@ class Share extends Constants {
$suggestedItemTarget = $result['suggestedItemTarget'];
$suggestedFileTarget = $result['suggestedFileTarget'];
$filePath = $result['filePath'];
- $expirationDate = $result['expirationDate'];
}
$isGroupShare = false;