Fix typo
This commit is contained in:
parent
0823a417f2
commit
75114a455c
@ -68,7 +68,7 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout',
|
|||||||
|
|
||||||
//For upgrade reasons because we changed the name of host to hostField
|
//For upgrade reasons because we changed the name of host to hostField
|
||||||
//check if the value might still be in the host key instead of the hostField key
|
//check if the value might still be in the host key instead of the hostField key
|
||||||
if (!settings.hostFieldv && settings.host) {
|
if (!settings.hostField && settings.host) {
|
||||||
settings.hostField = settings.host;
|
settings.hostField = settings.host;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user