Hi,
When an admin edits a profile, this is kicking off cupid emails for all their matches. This should not happen!
Thanks
Hi, When an admin edits a profile, this is kicking off cupid emails for all their matches. This should not happen!
Thanks |
Can this get logged?
Thanks |
bump... |
bump... |
:( |
Please try to add the following lines in red to inc/classes/BxDolAlertsResponceMatch.php file: function _checkProfileMatch($iProfileId, $sAction)
{
if (!getParam('enable_match'))
return;
if ($iProfileId != getLoggedId()) return;
Please let me know how it goes. Rules → http://www.boonex.com/terms |