Use correct language package so the subject is correctly translated

Fix #10847
This commit is contained in:
Joas Schilling 2014-09-04 11:23:23 +02:00
parent a8861c70c8
commit a0e8e88bc6
1 changed files with 1 additions and 1 deletions

View File

@ -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;