Skip to content

Commit

Permalink
fix: typo in alerts page
Browse files Browse the repository at this point in the history
  • Loading branch information
samerton committed Mar 14, 2024
1 parent dacc98b commit 7e71a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Core/pages/user/alerts.php
Expand Up @@ -142,7 +142,7 @@
$smarty->assign('ERROR', Session::flash('alerts_error'));
}

if ($alert->url && $alert->urk !== '#') {
if ($alert->url && $alert->url !== '#') {
$smarty->assign([
'VIEW' => $language->get('user', 'alerts_follow_link'),
'VIEW_LINK' => urlencode($alert->url),
Expand Down

0 comments on commit 7e71a89

Please sign in to comment.