fix share provider id

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This commit is contained in:
Bjoern Schiessle 2017-03-28 14:39:01 +02:00
parent 0d5147bd49
commit c6613ee8fc
No known key found for this signature in database
GPG Key ID: 2378A753E2BF04F6
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ class ShareByMailProvider implements IShareProvider {
* @return string Containing only [a-zA-Z0-9]
*/
public function identifier() {
return 'ocShareByMail';
return 'ocMailShare';
}
/**