diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2016-08-11 18:39:16 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2016-08-11 18:39:16 +0200 |
commit | 30ff3ad45b8eeb09e3c96386d51474c6f74cde34 (patch) | |
tree | 474d5c82fe9b405bf414fba60ea0f5bedf445fdd /apps/files/appinfo/app.php | |
parent | 36c1b7eb310bb072bbed7303d51b74794b330f57 (diff) | |
download | nextcloud-server-30ff3ad45b8eeb09e3c96386d51474c6f74cde34.tar.gz nextcloud-server-30ff3ad45b8eeb09e3c96386d51474c6f74cde34.zip |
adjust files app, and integrate files_external into that section
Diffstat (limited to 'apps/files/appinfo/app.php')
-rw-r--r-- | apps/files/appinfo/app.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files/appinfo/app.php b/apps/files/appinfo/app.php index 850c335c27d..afb327e24ba 100644 --- a/apps/files/appinfo/app.php +++ b/apps/files/appinfo/app.php @@ -26,8 +26,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/> * */ -\OCP\App::registerAdmin('files', 'admin'); - $l = \OC::$server->getL10N('files'); \OC::$server->getNavigationManager()->add(function () { |