mirror of
https://github.com/friendica/friendica
synced 2025-04-24 07:10:11 +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
|
@ -280,7 +280,7 @@ class Post
|
|||
$profile_link = $item['author-link'];
|
||||
}
|
||||
|
||||
if (strpos($profile_link, 'redir/') === 0) {
|
||||
if (strpos($profile_link, 'contact/redir/') === 0) {
|
||||
$sparkle = ' sparkle';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue