diff options
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc index 1a1caad76..a926d019d 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -1277,7 +1277,7 @@ function flood_register_event($name) { * * @param $name * The name of the event. - * @param $number + * @param $threshold * The maximum number of the specified event per hour (per visitor). * @return * True if the user did not exceed the hourly threshold. False otherwise. |