removing notices

This commit is contained in:
lopar
2018-03-03 02:37:05 +02:00
parent ccfbc36694
commit fa508e4e0f
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ class nick
* @param int $showInvisibility
* @return array
*/
public function login($showInvisibility = 1){
public function login($showInvisibility = 0){
if ($showInvisibility) {
$this->user_data['login'] = 'Невидимка';
$this->user_data['level'] = '??';