Explorar el Código

Merge remote-tracking branch 'origin/master' into php8

github-actions[bot] hace 4 años
padre
commit
fb0d13937b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>.',