summaryrefslogtreecommitdiffstats
path: root/lib/private/share/mailnotifications.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-09-04 11:23:23 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-09-04 11:23:23 +0200
commita0e8e88bc667a8617001a1dba6956d5846be7171 (patch)
tree2f68b47f703d283198431d16708d71ad535df5bd /lib/private/share/mailnotifications.php
parenta8861c70c8e5876a961f00e49db88843432bf7ba (diff)
downloadnextcloud-server-a0e8e88bc667a8617001a1dba6956d5846be7171.tar.gz
nextcloud-server-a0e8e88bc667a8617001a1dba6956d5846be7171.zip
Use correct language package so the subject is correctly translated
Fix #10847
Diffstat (limited to 'lib/private/share/mailnotifications.php')
-rw-r--r--lib/private/share/mailnotifications.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/share/mailnotifications.php b/lib/private/share/mailnotifications.php
index 4a92503bdd3..2f704fb2b3c 100644
--- a/lib/private/share/mailnotifications.php
+++ b/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;