From f5b2731453d0f3fcf4e204eaed924cd6539345d2 Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Wed, 8 Oct 2014 08:19:12 +0000 Subject: [PATCH] Fix OC_L10N::get issue --- appinfo/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinfo/app.php b/appinfo/app.php index 23ca1c0..52fd4a4 100644 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -29,5 +29,5 @@ namespace OCA\OcSms\AppInfo; // the title of your application. This will be used in the // navigation or on the settings page of your app - 'name' => \OC_L10N::get('ocsms')->t('Oc Sms') + 'name' => \OCP\Util::getL10N('ocsms')->t('Oc Sms') ));