From: Dr. Tobias Quathamer Date: Thu, 14 Mar 2024 08:31:58 +0000 (+0100) Subject: Fix formatting X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e24e3f758adb8e859bbf9fb2d28bbe5431db3e21;p=friendica-addons.git Fix formatting --- diff --git a/url_replace/url_replace.php b/url_replace/url_replace.php index 3b36b285..db128f6d 100644 --- a/url_replace/url_replace.php +++ b/url_replace/url_replace.php @@ -11,9 +11,9 @@ use Friendica\Core\Hook; use Friendica\Core\Renderer; use Friendica\DI; -CONST URL_REPLACE_NITTER_DEFAULT = 'https://nitter.net'; -CONST URL_REPLACE_INVIDIOUS_DEFAULT = 'https://yewtu.be'; -CONST URL_REPLACE_PROXIGRAM_DEFAULT = 'https://proxigram.lunar.icu'; +const URL_REPLACE_NITTER_DEFAULT = 'https://nitter.net'; +const URL_REPLACE_INVIDIOUS_DEFAULT = 'https://yewtu.be'; +const URL_REPLACE_PROXIGRAM_DEFAULT = 'https://proxigram.lunar.icu'; function url_replace_install() {