Closed dregad closed 6 years ago
Rebased on latest master.
Let me know if anything is needed from my side to merge this simple bug fix.
I rebased the branch on top of latest master, and the change passes the new unit tests. Is there anything preventing this from being merged ?
Could you guys please merge this ?
Thank you !
Since '-' is not a valid char for PHP keywords, it cannot be used in the script handler file name, as we would get an error when submitting the form (either because the class was not found, or because of a syntax error in the script).
Given a form as shown below and the corresponding test-1.php script with a class named
bureaucracy_handler_test_1
(with underscore)We get the following:
And of course if class is named
bureaucracy_handler_test-1
we get a syntax error