🐛 Fix author URI

This commit is contained in:
Kazhnuz 2025-07-14 10:18:08 +02:00
parent 86d0ac3c5b
commit 5af15e40f8

View file

@ -76,7 +76,8 @@ class User
}
public function authorUri() {
return DOMAIN_AUTHORS . $this->username();
global $site;
return $site->uriFilters('author') . $this->username();
}
public function displayNameMode()