Skip to content
Snippets Groups Projects
Commit a0e8e88b authored by Joas Schilling's avatar Joas Schilling
Browse files

Use correct language package so the subject is correctly translated

Fix #10847
parent a8861c70
Branches
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ class MailNotifications { ...@@ -52,7 +52,7 @@ class MailNotifications {
* @param string $sender user id (if nothing is set we use the currently logged-in user) * @param string $sender user id (if nothing is set we use the currently logged-in user)
*/ */
public function __construct($sender = null) { public function __construct($sender = null) {
$this->l = \OC::$server->getL10N('core'); $this->l = \OC::$server->getL10N('lib');
$this->senderId = $sender; $this->senderId = $sender;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment