Skip to content

Commit 9802797

Browse files
committed
gw-submission-limit.php: Fixed fatal error: Cannot redeclare GW_Submission_Limit::$_args.
1 parent 905f889 commit 9802797

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gravity-forms/gw-submission-limit.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@
66
* the visitor's IP address, the user's ID, the user's role, a specific form URL, or the value of a specific field.
77
* These "limiters" can be combined to create more complex limitations.
88
*
9-
* @version 3.0
9+
* @version 3.0.1
1010
* @author David Smith <[email protected]>
1111
* @license GPL-2.0+
1212
* @link http://gravitywiz.com/better-limit-submission-per-time-period-by-user-or-ip/
1313
*/
1414
class GW_Submission_Limit {
1515

16-
var $_args;
1716
var $_notification_event;
1817

1918
private static $forms_with_individual_settings = array();

0 commit comments

Comments
 (0)