missing closing single quote

pull/1300/head
cm 2025-04-23 15:08:52 +01:00
parent 06c520590f
commit c4d04f1199
No known key found for this signature in database
GPG Key ID: ABA40BE6ED92A779
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ namespace {
// check for a uptime archive
// This should be defined in the config
if (!defined('PSM_UPTIME_ARCHIVE')) {
define('PSM_UPTIME_ARCHIVE', 'monthly);
define('PSM_UPTIME_ARCHIVE', 'monthly');
}
$lang = psm_get_conf('language', 'en_US');