From: Roeland Jago Douma Date: Thu, 2 Jul 2020 13:46:59 +0000 (+0200) Subject: Check if debugMode is defined before using it X-Git-Tag: v20.0.0beta1~338^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F21657%2Fhead;p=nextcloud-server.git Check if debugMode is defined before using it Else the sabre error page (where the var is not defined) will throw warnings all the time. Signed-off-by: Roeland Jago Douma --- diff --git a/core/templates/exception.php b/core/templates/exception.php index a2b019b3289..f0bf171be64 100644 --- a/core/templates/exception.php +++ b/core/templates/exception.php @@ -14,7 +14,7 @@ style('core', ['styles', 'header']);