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
1 changed files with 2 additions and 2 deletions

View File

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