diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2021-11-29 17:06:01 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2021-11-30 13:03:08 +0100 |
commit | a3251415458e55d13695624bdebde4806dfc93de (patch) | |
tree | 4c94008651e91d2e955e8a083b35fb311c59068b /apps/files/tests | |
parent | 2c3cf86ad31e20504bea39bad0bf912e946e2c5e (diff) | |
download | nextcloud-server-a3251415458e55d13695624bdebde4806dfc93de.tar.gz nextcloud-server-a3251415458e55d13695624bdebde4806dfc93de.zip |
Remove isIE and associated legacy scripts
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files/tests')
-rw-r--r-- | apps/files/tests/Controller/ViewControllerTest.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files/tests/Controller/ViewControllerTest.php b/apps/files/tests/Controller/ViewControllerTest.php index d7b298d9e84..044028a300f 100644 --- a/apps/files/tests/Controller/ViewControllerTest.php +++ b/apps/files/tests/Controller/ViewControllerTest.php @@ -407,8 +407,7 @@ class ViewControllerTest extends TestCase { ], ], 'hiddenFields' => [], - 'showgridview' => false, - 'isIE' => false, + 'showgridview' => false ] ); $policy = new Http\ContentSecurityPolicy(); |