From ea96e16c0e6f943b6a94dd65fb575315e05c4e7b Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 21 Nov 2017 14:36:51 +0100 Subject: [PATCH] layout: disable upload-iFrame for all but IE<10 fixes #3124 --- application/layouts/scripts/layout.phtml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/layouts/scripts/layout.phtml b/application/layouts/scripts/layout.phtml index bc6126363..c715ee1cd 100644 --- a/application/layouts/scripts/layout.phtml +++ b/application/layouts/scripts/layout.phtml @@ -56,7 +56,9 @@ $innerLayoutScript = $this->layout()->innerLayout . '.phtml';
render($innerLayoutScript); ?>
+