module-form_builder icon indicating copy to clipboard operation
module-form_builder copied to clipboard

Update function.page.php

Open alpaca-farm opened this issue 2 years ago • 0 comments

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.

alpaca-farm avatar Sep 20 '23 18:09 alpaca-farm