diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-04-22 14:30:10 +0200 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-04-22 14:30:10 +0200 |
commit | b5cb5dab513441b8c914aaa043921d0affae4604 (patch) | |
tree | c193db3791deccbf886a0f371944209ac8d4ff9d /lib/public/share.php | |
parent | b57478fa27a2dc2dcfeba68064e44aca5848e145 (diff) | |
download | nextcloud-server-b5cb5dab513441b8c914aaa043921d0affae4604.tar.gz nextcloud-server-b5cb5dab513441b8c914aaa043921d0affae4604.zip |
fix encryption to owncloud user for public link shares
Diffstat (limited to 'lib/public/share.php')
-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 9fd8eb42fb7..5cd556c6acb 100644 --- a/lib/public/share.php +++ b/lib/public/share.php @@ -200,7 +200,7 @@ class Share { } if ($result->fetchRow()) { - $shares[] = "ownCloud"; + $shares[] = "owncloud"; } } // Include owner in list of users, if requested |