From 87f81e592620c753061de7f09e14a2c974ee5c79 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Wed, 14 Jan 2015 14:36:23 +0100 Subject: Remove unneeded addTranslations() calls --- apps/files_external/appinfo/app.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/files_external/appinfo') diff --git a/apps/files_external/appinfo/app.php b/apps/files_external/appinfo/app.php index 0aafcad559a..9b5994338a1 100644 --- a/apps/files_external/appinfo/app.php +++ b/apps/files_external/appinfo/app.php @@ -21,8 +21,6 @@ OC::$CLASSPATH['OC\Files\Storage\SFTP'] = 'files_external/lib/sftp.php'; OC::$CLASSPATH['OC_Mount_Config'] = 'files_external/lib/config.php'; OC::$CLASSPATH['OCA\Files\External\Api'] = 'files_external/lib/api.php'; -OCP\Util::addTranslations('files_external'); - OCP\App::registerAdmin('files_external', 'settings'); if (OCP\Config::getAppValue('files_external', 'allow_user_mounting', 'yes') == 'yes') { OCP\App::registerPersonal('files_external', 'personal'); -- cgit v1.2.3