diff options
author | Tom Needham <needham.thomas@gmail.com> | 2011-10-01 22:48:00 +0100 |
---|---|---|
committer | Tom Needham <needham.thomas@gmail.com> | 2011-10-01 22:48:00 +0100 |
commit | 0825073e8cac2a654bbc89b99b5a83cdfee7a836 (patch) | |
tree | 1b53a19b3f2b307351049b3e7aa811f9c0d32664 /files/appinfo/app.php | |
parent | 3c361cec924026314bf39e60904775d8b9636696 (diff) | |
download | nextcloud-server-0825073e8cac2a654bbc89b99b5a83cdfee7a836.tar.gz nextcloud-server-0825073e8cac2a654bbc89b99b5a83cdfee7a836.zip |
Editor now loads on top of files app.
Diffstat (limited to 'files/appinfo/app.php')
-rw-r--r-- | files/appinfo/app.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/appinfo/app.php b/files/appinfo/app.php index e8b2f0c3169..e434296b250 100644 --- a/files/appinfo/app.php +++ b/files/appinfo/app.php @@ -1,5 +1,6 @@ <?php + $l=new OC_L10N('files'); OC_App::register( array( "order" => 2, "id" => "files", "name" => "Files" )); |