diff options
author | Frank Karlitschek <frank@owncloud.org> | 2013-10-21 14:07:33 -0700 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2013-10-21 14:07:33 -0700 |
commit | 691536762275ec09204b74497377a7933770ba43 (patch) | |
tree | 06221cc4ba375886a9b493c8cc90c1b1af3667b2 /core/ajax | |
parent | 408e0022dd9ae9b3915a7a9e64d6a90b1396a8ef (diff) | |
parent | b27595888ae11c921edc383f6d880f646bacd367 (diff) | |
download | nextcloud-server-691536762275ec09204b74497377a7933770ba43.tar.gz nextcloud-server-691536762275ec09204b74497377a7933770ba43.zip |
Merge pull request #5446 from frisco82/fixNotifyUser
Fix notify user checkbox
Diffstat (limited to 'core/ajax')
-rw-r--r-- | core/ajax/share.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ajax/share.php b/core/ajax/share.php index 7dd89deb8e5..0dacc17d3a5 100644 --- a/core/ajax/share.php +++ b/core/ajax/share.php @@ -83,7 +83,7 @@ if (isset($_POST['action']) && isset($_POST['itemType']) && isset($_POST['itemSo ($return) ? OC_JSON::success() : OC_JSON::error(); } break; - case 'informRecipients': + case 'informRecipients': $l = OC_L10N::get('core'); |