Vvveb / contact-form

Contact form Vvveb plugin
https://plugins.vvveb.com/product/contact-form
GNU General Public License v3.0
1 stars 3 forks source link

correct php fatal error in use #1

Closed Gaway-Code closed 6 months ago

Gaway-Code commented 6 months ago

remove use function Vvveb\session in form.php

givanz commented 6 months ago

Thanks for the pull request but the session function is used one line 137 https://github.com/Vvveb/contact-form/blob/main/component/form.php#L137

Do you get a conflict with php native session function? if so can you provide more info like php/os version?

givanz commented 6 months ago

Sorry, I just noticed the duplicate line.