Skip to content

Commit

Permalink
Merge pull request #4896 from Jimmi08/patch-1
Browse files Browse the repository at this point in the history
Fixes #4895 - incorrect message within chatbox plugin
  • Loading branch information
CaMer0n authored Oct 29, 2022
2 parents ff18c00 + 78fb2c6 commit b90ed71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e107_plugins/chatbox_menu/chatbox_menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
}
else
{
$emessage = $tp->lanVars(CHATBOX_L19, FLOODPROTECT ?: 'n/a');
$emessage = $tp->lanVars(CHATBOX_L19, FLOODTIMEOUT ?: 'n/a');
}
}
}
Expand Down

0 comments on commit b90ed71

Please sign in to comment.