🐛 Fix author URI
This commit is contained in:
parent
86d0ac3c5b
commit
5af15e40f8
1 changed files with 2 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue