diff options
Diffstat (limited to 'apps/files_trashbin/appinfo/app.php')
-rw-r--r-- | apps/files_trashbin/appinfo/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/appinfo/app.php b/apps/files_trashbin/appinfo/app.php index 06c2e3447fe..b8900ee0de3 100644 --- a/apps/files_trashbin/appinfo/app.php +++ b/apps/files_trashbin/appinfo/app.php @@ -8,7 +8,7 @@ $l = OC_L10N::get('files_trashbin'); array( "id" => 'trashbin', "appname" => 'files_trashbin', - "script" => 'index.php', + "script" => 'list.php', "order" => 1, "name" => $l->t('Deleted files') ) |