thisOr function
Posted: 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
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