Renamed AcctLink to Acctlink

This commit is contained in:
Philipp Holzer 2018-10-13 19:00:44 +02:00
parent 508032cf9a
commit 3f729df258
No known key found for this signature in database
GPG key ID: 517BE60E2CE5C8A5

View file

@ -8,7 +8,7 @@ use Friendica\Network\Probe;
/** /**
* Redirects to another URL based on the parameter 'addr' * Redirects to another URL based on the parameter 'addr'
*/ */
class AcctLink extends BaseModule class Acctlink extends BaseModule
{ {
public static function content() public static function content()
{ {
@ -19,7 +19,7 @@ class AcctLink extends BaseModule
if ($url) { if ($url) {
goaway($url); goaway($url);
killme(); exit();
} }
} }
} }