From: Marcin Haba Date: Tue, 4 Jul 2023 07:56:11 +0000 (+0200) Subject: baculum: Fix support for PHP 5.4 in web interface layer X-Git-Tag: Release-13.0.4~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ab98db6723cf0af9e6d8d7e912c7247c56f396f;p=thirdparty%2Fbacula.git baculum: Fix support for PHP 5.4 in web interface layer --- diff --git a/gui/baculum/protected/Web/Modules/WebConfig.php b/gui/baculum/protected/Web/Modules/WebConfig.php index bdadd86a4..ed9abfbf9 100644 --- a/gui/baculum/protected/Web/Modules/WebConfig.php +++ b/gui/baculum/protected/Web/Modules/WebConfig.php @@ -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.