diff --git a/nitter/nitter.php b/nitter/nitter.php index e8f3bcdb..13b823b4 100644 --- a/nitter/nitter.php +++ b/nitter/nitter.php @@ -71,7 +71,7 @@ function nitter_render(&$a, &$o) $o['html'] = str_replace('https://twitter.com', $nitter, $o['html']); $replace = true; } - if ($replace) { + if ($replaced) { $o['html'] .= '

' . DI::l10n()->t('Links to Twitter in this posting were replaced by links to the Nitter instance at %s', $nitter) . '

'; } }