From a200f8875ca0ad0e5f1405aed7ca7a5e2d534138 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Tue, 15 Feb 2022 19:02:44 +0100 Subject: [PATCH] php warning in templates, fixes #875 --- lib/Configuration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Configuration.php b/lib/Configuration.php index d8ef346b..c56ec8ed 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -44,7 +44,7 @@ class Configuration 'fileupload' => false, 'burnafterreadingselected' => false, 'defaultformatter' => 'plaintext', - 'syntaxhighlightingtheme' => null, + 'syntaxhighlightingtheme' => '', 'sizelimit' => 10485760, 'template' => 'bootstrap', 'info' => 'More information on the project page.',