diff options
author | Ramiro Aparicio <rapariciog@gmail.com> | 2013-10-21 16:14:23 +0200 |
---|---|---|
committer | Ramiro Aparicio <rapariciog@gmail.com> | 2013-10-21 16:14:23 +0200 |
commit | b27595888ae11c921edc383f6d880f646bacd367 (patch) | |
tree | 920210c1b4e58ae64646f91e58235936bd79d365 /core/ajax | |
parent | dfe38d13e220f1f4ef3c14235147fa9b05713a50 (diff) | |
download | nextcloud-server-b27595888ae11c921edc383f6d880f646bacd367.tar.gz nextcloud-server-b27595888ae11c921edc383f6d880f646bacd367.zip |
fix notify user, and made js more resiliant to changes
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 dbad8f2e971..77529c620db 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'); |