mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
Redundant 'else' keyword.
This commit is contained in:
parent
74c84c7759
commit
38513a8461
1 changed files with 2 additions and 2 deletions
|
@ -414,9 +414,9 @@ class User
|
|||
');
|
||||
|
||||
return $new_session_userdata;
|
||||
} else {
|
||||
trigger_error('Could not start session : login', E_USER_ERROR);
|
||||
}
|
||||
|
||||
trigger_error('Could not start session : login', E_USER_ERROR);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue