formtools / module-form_builder

The Form Builder module.
https://docs.formtools.org/modules/form_builder/
15 stars 21 forks source link

Update function.page.php #44

Open alpaca-farm opened 1 year ago

alpaca-farm commented 1 year ago

In PHP 8, line 112 may produce a Type Error: "Fatal error: Uncaught TypeError: Unsupported operand types: string - int" [see https://stackoverflow.com/questions/66238017/fatal-error-uncaught-typeerror-unsupported-operand-types-string-int-in]

To prevent this error, $current_page should be cast to int before the subtraction operation is done.