classy
This commit is contained in:
parent
f94a41c3df
commit
0bfafe0e9a
@ -118,7 +118,7 @@ class UserPageTheme extends Themelet {
|
||||
}
|
||||
}
|
||||
|
||||
protected function build_stats($duser) {
|
||||
protected function build_stats(User $duser) {
|
||||
global $database;
|
||||
global $config;
|
||||
|
||||
@ -142,7 +142,7 @@ class UserPageTheme extends Themelet {
|
||||
";
|
||||
}
|
||||
|
||||
protected function build_options($duser) {
|
||||
protected function build_options(User $duser) {
|
||||
global $database;
|
||||
global $config;
|
||||
|
||||
@ -162,7 +162,7 @@ class UserPageTheme extends Themelet {
|
||||
return $html;
|
||||
}
|
||||
|
||||
protected function build_more_options($duser) {
|
||||
protected function build_more_options(User $duser) {
|
||||
global $database;
|
||||
global $config;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user