Browse Source

Merge pull request #882 from PrivateBin/php-warning

php warning in templates, fixes #875
El RIDO 4 years ago
parent
commit
6307c01cc6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Configuration.php

+ 1 - 1
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 <a href=\'https://privatebin.info/\'>project page</a>.',