Skip to content

Commit

Permalink
Undefined property: KunenaConfig::$emailVisibleAddress in message.php
Browse files Browse the repository at this point in the history
  • Loading branch information
xillibit committed Dec 12, 2022
1 parent f36375b commit 2860190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/kunena/forum/message/message.php
Expand Up @@ -496,7 +496,7 @@ public function sendNotification($url = null, $approved = false)
continue;
}

if ($config->emailVisibleAddress != $emailTo->email)
if ($config->email_visible_address != $emailTo->email)
{
$receivers[$emailTo->subscription][] = $emailTo->email;
$sentusers[] = $emailTo->id;
Expand Down

0 comments on commit 2860190

Please sign in to comment.