mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-14 03:32:06 +00:00
Fix typo
This commit is contained in:
parent
8d9b056af5
commit
49dc501a8e
1 changed files with 1 additions and 1 deletions
|
|
@ -397,7 +397,7 @@ Database.prototype.loadChannelData = function (chan, callback) {
|
|||
}
|
||||
|
||||
if(res[0].name != chan.name)
|
||||
chan.name = rows[0].name;
|
||||
chan.name = res[0].name;
|
||||
chan.registered = true;
|
||||
|
||||
// Load bans
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue