diff --git a/bl-kernel/user.class.php b/bl-kernel/user.class.php index dd0800fc..f88a46a0 100644 --- a/bl-kernel/user.class.php +++ b/bl-kernel/user.class.php @@ -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()