thisOr function

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
fabiensen
Posts: 3
Joined: 2016-12-14 15:25

thisOr function

Post by fabiensen » 2017-04-18 14:06

Hi,

we are starting with AppGini and we notice an annoying bug.

In the file admin/incFunctions.php at the function thisOr, there is a parameter named $this, which is not digest from PHP 7 compiler, as it is the name of current scope. This results in a blank page error.

We can override this, by naming the parameter in another way, but the file gets however regenerated after a new export.

Could you verify if this is a bug?

Regards
Fabio Ricci

R Tammam
Veteran Member
Posts: 113
Joined: 2017-08-26 15:35

Re: thisOr function

Post by R Tammam » 2017-12-17 18:42

Hello fabiensen,

i think this issue has been solved in version 5.62

Post Reply