This commit is contained in:
Shish 2009-01-04 11:41:03 -08:00
parent f94a41c3df
commit 0bfafe0e9a

View File

@ -118,7 +118,7 @@ class UserPageTheme extends Themelet {
} }
} }
protected function build_stats($duser) { protected function build_stats(User $duser) {
global $database; global $database;
global $config; global $config;
@ -142,7 +142,7 @@ class UserPageTheme extends Themelet {
"; ";
} }
protected function build_options($duser) { protected function build_options(User $duser) {
global $database; global $database;
global $config; global $config;
@ -162,7 +162,7 @@ class UserPageTheme extends Themelet {
return $html; return $html;
} }
protected function build_more_options($duser) { protected function build_more_options(User $duser) {
global $database; global $database;
global $config; global $config;