[Pkg-owncloud-commits] [owncloud] 54/258: Use correct language package so the subject is correctly translated

David Prévot taffit at moszumanska.debian.org
Sat Oct 11 17:22:20 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit cc0a855103a562b2e3445e02396a75f79818f53c
Author: Joas Schilling <nickvergessen at gmx.de>
Date:   Thu Sep 4 11:23:23 2014 +0200

    Use correct language package so the subject is correctly translated
    
    Fix #10847
    
    Conflicts:
    	lib/private/share/mailnotifications.php
---
 lib/private/share/mailnotifications.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/private/share/mailnotifications.php b/lib/private/share/mailnotifications.php
index 1f4645e..2f704fb 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_L10N::get('core');
+		$this->l = \OC::$server->getL10N('lib');
 
 		$this->senderId = $sender;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list