diff --git a/file/lib/util/ChatUtil.class.php b/file/lib/util/ChatUtil.class.php index b7ac5e5..9f8c5b8 100644 --- a/file/lib/util/ChatUtil.class.php +++ b/file/lib/util/ChatUtil.class.php @@ -17,7 +17,7 @@ class ChatUtil { * * @see \wcf\util\ChatUtil::timeModifier() */ - const TIME_MODIFIER_REGEX = '((?:[0-9]+[h|d|w|m|y|H|D|W|M|Y]?,?)+)'; + const TIME_MODIFIER_REGEX = '((?:[0-9]+[s|h|d|w|m|y|S|H|D|W|M|Y]?,?)+)'; /** * Creates a gradient out of two colors represented by an integer.