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/user_webdavauth | |
parent | d6f1ff79933447975127acc1961905afa5783840 (diff) | |
download | nextcloud-server-87f81e592620c753061de7f09e14a2c974ee5c79.tar.gz nextcloud-server-87f81e592620c753061de7f09e14a2c974ee5c79.zip |
Remove unneeded addTranslations() calls
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r-- | apps/user_webdavauth/appinfo/app.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/user_webdavauth/appinfo/app.php b/apps/user_webdavauth/appinfo/app.php index 125f5f40654..3cd227bddbe 100644 --- a/apps/user_webdavauth/appinfo/app.php +++ b/apps/user_webdavauth/appinfo/app.php @@ -28,8 +28,6 @@ OC_APP::registerAdmin('user_webdavauth', 'settings'); OC_User::registerBackend("WEBDAVAUTH"); OC_User::useBackend( "WEBDAVAUTH" ); -OCP\Util::addTranslations('user_webdavauth'); - // add settings page to navigation $entry = array( 'id' => "user_webdavauth_settings", |