]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
baculum: Fix support for PHP 5.4 in web interface layer
authorMarcin Haba <marcin.haba@bacula.pl>
Tue, 4 Jul 2023 07:56:11 +0000 (09:56 +0200)
committerMarcin Haba <marcin.haba@bacula.pl>
Tue, 4 Jul 2023 07:56:11 +0000 (09:56 +0200)
gui/baculum/protected/Web/Modules/WebConfig.php

index bdadd86a4837f7b1ee3300eb1f918447763a5c29..ed9abfbf9118940a2afeae1ab54dce4645ac479f 100644 (file)
@@ -69,7 +69,7 @@ class WebConfig extends ConfigFileModule {
         *   0 - keep value in localStorage. Settings are persistent.
         *   int > 0 - keep value in localStorage for specific given time.
         */
-       public const DEF_KEEP_TABLE_SETTINGS = 7200;
+       const DEF_KEEP_TABLE_SETTINGS = 7200;
 
        /**
         * Default value for showing time in job log.