mirror of
https://github.com/friendica/friendica
synced 2025-04-25 21:50:12 +00:00
Create new Contact\Redir module class
- Move /redir route to /contact/redir
This commit is contained in:
parent
386c08aa05
commit
4a626ef101
14 changed files with 241 additions and 164 deletions
|
@ -239,7 +239,7 @@ class Profile extends BaseModule
|
|||
}
|
||||
|
||||
$url = Contact::magicLinkByContact($contact);
|
||||
if (strpos($url, 'redir/') === 0) {
|
||||
if (strpos($url, 'contact/redir/') === 0) {
|
||||
$sparkle = ' class="sparkle" ';
|
||||
} else {
|
||||
$sparkle = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue