Use correct language package so the subject is correctly translated

Fix #10847
remotes/origin/fix-10825
Joas Schilling 11 years ago
parent a8861c70c8
commit a0e8e88bc6
  1. 2
      lib/private/share/mailnotifications.php

@ -52,7 +52,7 @@ class MailNotifications {
* @param string $sender user id (if nothing is set we use the currently logged-in user)
*/
public function __construct($sender = null) {
$this->l = \OC::$server->getL10N('core');
$this->l = \OC::$server->getL10N('lib');
$this->senderId = $sender;

Loading…
Cancel
Save