summaryrefslogtreecommitdiffstats
path: root/apps/files/index.php
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/index.php
parentd6f1ff79933447975127acc1961905afa5783840 (diff)
downloadnextcloud-server-87f81e592620c753061de7f09e14a2c974ee5c79.tar.gz
nextcloud-server-87f81e592620c753061de7f09e14a2c974ee5c79.zip
Remove unneeded addTranslations() calls
Diffstat (limited to 'apps/files/index.php')
-rw-r--r--apps/files/index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files/index.php b/apps/files/index.php
index 767cb156ca2..fe2cd4f5543 100644
--- a/apps/files/index.php
+++ b/apps/files/index.php
@@ -29,7 +29,6 @@ OCP\User::checkLoggedIn();
OCP\Util::addStyle('files', 'files');
OCP\Util::addStyle('files', 'upload');
OCP\Util::addStyle('files', 'mobile');
-OCP\Util::addTranslations('files');
OCP\Util::addscript('files', 'app');
OCP\Util::addscript('files', 'file-upload');
OCP\Util::addscript('files', 'jquery.iframe-transport');