Syntax error on Form plugin limit

kissinger

Member
Hallo!

If I select the limit-plugin i a form I get this error-message:

Parse error: syntax error, unexpected T_OBJECT_OPERATOR in .../plugins/fabrik_form/limit/limit.php on line 72

Is there another way to limit the number of records which a user can create?

Thank you!
 
I have taken a look - and there is a $ sign missing from the line. I will submit a PR for this, but if you go to the limit.php file line 72, it currently reads:
Code:
app->enqueueMessage($msg, 'notice');
and it should read:
Code:
$app->enqueueMessage($msg, 'notice');
S
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top