Forum Discussion
Montikore
8 years agoOccasional Contributor
ok i found the issue : in one of my scripts, i'm calling a function with 2 parameters having both default value, like myfunc(); ... but using it with parenthesis breaks everything... must call it myfunc;
it should not be the case...