diff options
Diffstat (limited to 'apps/files_trashbin/appinfo/app.php')
-rw-r--r-- | apps/files_trashbin/appinfo/app.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/files_trashbin/appinfo/app.php b/apps/files_trashbin/appinfo/app.php index 219c5d6cb7e..06c2e3447fe 100644 --- a/apps/files_trashbin/appinfo/app.php +++ b/apps/files_trashbin/appinfo/app.php @@ -5,11 +5,11 @@ $l = OC_L10N::get('files_trashbin'); \OCA\Files_Trashbin\Trashbin::registerHooks(); \OCA\Files\App::getNavigationManager()->add( - array( - "id" => 'trashbin', - "appname" => 'files_trashbin', - "script" => 'index.php', - "order" => 1, - "name" => $l->t('Deleted files') - ) +array( + "id" => 'trashbin', + "appname" => 'files_trashbin', + "script" => 'index.php', + "order" => 1, + "name" => $l->t('Deleted files') +) ); |