Several speed improvements (magiclink, caching, indexes)
This commit is contained in:
@@ -837,7 +837,7 @@ class HTML
|
||||
$redir = false;
|
||||
|
||||
if ($redirect) {
|
||||
$url = Contact::magicLink($contact['url']);
|
||||
$url = Contact::magicLinkByContact($contact);
|
||||
if (strpos($url, 'redir/') === 0) {
|
||||
$sparkle = ' sparkle';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user