hschottm / survey_ce

Contao extension to create questionnaires and run online surveys
Other
6 stars 20 forks source link

Make hook calls PHP7 compatible #13

Closed LinkingYou closed 5 years ago

LinkingYou commented 5 years ago

In PHP 7.2 you get an exception "Function name must be a string at " while calling the hooks.

With this pull request the hook calls works fine for me.