diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-01-14 14:36:23 +0100 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2015-01-14 14:36:23 +0100 |
commit | 87f81e592620c753061de7f09e14a2c974ee5c79 (patch) | |
tree | fced27ed418db68886fd74941a543d51c99155fd /apps/files_sharing/appinfo | |
parent | d6f1ff79933447975127acc1961905afa5783840 (diff) | |
download | nextcloud-server-87f81e592620c753061de7f09e14a2c974ee5c79.tar.gz nextcloud-server-87f81e592620c753061de7f09e14a2c974ee5c79.zip |
Remove unneeded addTranslations() calls
Diffstat (limited to 'apps/files_sharing/appinfo')
-rw-r--r-- | apps/files_sharing/appinfo/app.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_sharing/appinfo/app.php b/apps/files_sharing/appinfo/app.php index 36d148dce96..83dc3441668 100644 --- a/apps/files_sharing/appinfo/app.php +++ b/apps/files_sharing/appinfo/app.php @@ -21,7 +21,6 @@ OC::$CLASSPATH['OCA\Files_Sharing\Exceptions\BrokenPath'] = 'files_sharing/lib/e OCP\Share::registerBackend('file', 'OC_Share_Backend_File'); OCP\Share::registerBackend('folder', 'OC_Share_Backend_Folder', 'file'); -OCP\Util::addTranslations('files_sharing'); OCP\Util::addScript('files_sharing', 'share'); OCP\Util::addScript('files_sharing', 'external'); |