This commit is contained in:
lopar
2018-03-03 20:21:58 +02:00
parent faa57e4551
commit 8a7ba488cd
3 changed files with 5 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ class nick
/**
* @param int $showInvisibility
*/
public function show($showInvisibility = 0)
public function geninf($showInvisibility = 0)
{
$n ='';
if ($showInvisibility) {
@@ -51,6 +51,6 @@ class nick
// $user['login'] = 'невидимка';
// $user['level'] = 100;
// }
echo $n;
return $n;
}
}