summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/appinfo
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-01-14 14:36:23 +0100
committerVincent Petry <pvince81@owncloud.com>2015-01-14 14:36:23 +0100
commit87f81e592620c753061de7f09e14a2c974ee5c79 (patch)
treefced27ed418db68886fd74941a543d51c99155fd /apps/files_trashbin/appinfo
parentd6f1ff79933447975127acc1961905afa5783840 (diff)
downloadnextcloud-server-87f81e592620c753061de7f09e14a2c974ee5c79.tar.gz
nextcloud-server-87f81e592620c753061de7f09e14a2c974ee5c79.zip
Remove unneeded addTranslations() calls
Diffstat (limited to 'apps/files_trashbin/appinfo')
-rw-r--r--apps/files_trashbin/appinfo/app.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files_trashbin/appinfo/app.php b/apps/files_trashbin/appinfo/app.php
index 0e2cbaa529f..da502f0c11e 100644
--- a/apps/files_trashbin/appinfo/app.php
+++ b/apps/files_trashbin/appinfo/app.php
@@ -1,8 +1,6 @@
<?php
$l = \OC::$server->getL10N('files_trashbin');
-OCP\Util::addTranslations('files_trashbin');
-
// register hooks
\OCA\Files_Trashbin\Trashbin::registerHooks();