Create new Contact\Redir module class
- Move /redir route to /contact/redir
This commit is contained in:
@@ -529,7 +529,7 @@ class Contact extends BaseModule
|
||||
|
||||
$url = Model\Contact::magicLinkByContact($contact);
|
||||
|
||||
if (strpos($url, 'redir/') === 0) {
|
||||
if (strpos($url, 'contact/redir/') === 0) {
|
||||
$sparkle = ' class="sparkle" ';
|
||||
} else {
|
||||
$sparkle = '';
|
||||
|
||||
Reference in New Issue
Block a user