Actions
Bug #5842
closedFix PHP7 compatibility
Description
In reconfirmEmail $user is defined twice. This is no longer allowed in PHP 7 and will throw the following.
Fatal error: Redefinition of parameter $user in /components/com_comprofiler/plugin/user/plug_cbreconfirmemail/cbreconfirmemail.php
Actions