diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-02-13 17:57:45 +0100 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-02-13 17:57:45 +0100 |
commit | 5005195db005fd0d7c8fdf1a73e12c4a4619acb9 (patch) | |
tree | a12a41f665ca676f720addf7e169f94691e07ebd /lib/public | |
parent | 9356f9a6bf6e9bd048e31e787d5fcb621de8eebc (diff) | |
download | nextcloud-server-5005195db005fd0d7c8fdf1a73e12c4a4619acb9.tar.gz nextcloud-server-5005195db005fd0d7c8fdf1a73e12c4a4619acb9.zip |
create keypair for ownCloud with empty passphrase, will be used for public link shares
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/share.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/share.php b/lib/public/share.php index d1297c6e59e..720337c3c38 100644 --- a/lib/public/share.php +++ b/lib/public/share.php @@ -219,7 +219,7 @@ class Share { } if ($result->fetchRow()) { - $shares[] = self::SHARE_TYPE_LINK; + $shares[] = "ownCloud"; } } |