]> git.mxchange.org Git - friendica.git/commitdiff
Make CS happy
authorPhilipp <admin@philipp.info>
Mon, 31 Oct 2022 20:03:58 +0000 (21:03 +0100)
committerPhilipp <admin@philipp.info>
Mon, 31 Oct 2022 20:03:58 +0000 (21:03 +0100)
src/Module/Contact/Follow.php

index e240a72204cbf8b3d9746d0cffe9da1a10184d07..c274769402abe0ce509faa2da0fa8fabab266f82 100644 (file)
@@ -151,7 +151,7 @@ class Follow extends BaseModule
                }
 
                $requestUrl = $this->baseUrl . '/contact/follow';
-               $tpl     = Renderer::getMarkupTemplate('auto_request.tpl');
+               $tpl        = Renderer::getMarkupTemplate('auto_request.tpl');
 
                $owner = User::getOwnerDataById($uid);
                if (empty($owner)) {