From 5fb6553b2543db24fdd1f14cf20fd215b5e1672a Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Wed, 16 Aug 2023 20:57:59 +0700 Subject: [PATCH] Update privmsg.php --- privmsg.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/privmsg.php b/privmsg.php index 989e4a10..e8dc2ceb 100644 --- a/privmsg.php +++ b/privmsg.php @@ -927,7 +927,7 @@ else if ( $submit || $refresh || $mode != '' ) $error = TRUE; $error_msg .= ( ( !empty($error_msg) ) ? '
' : '' ) . $lang['EMPTY_MESSAGE']; } - + // Check smilies limit if ($bb_cfg['max_smilies_pm']) {