typo
This commit is contained in:
parent
675343f575
commit
9594105e57
@ -187,7 +187,7 @@ function hubloc_change_primary($hubloc) {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
logger('setting primary: ' . $hubloc['hubloc_url'] . ((intval($hubloc['hubloc_primary'])) ' true' : 'false'));
|
logger('setting primary: ' . $hubloc['hubloc_url'] . ((intval($hubloc['hubloc_primary'])) ? ' true' : ' false'));
|
||||||
|
|
||||||
// See if this is a local hubloc and if so update the primary for the corresponding channel record.
|
// See if this is a local hubloc and if so update the primary for the corresponding channel record.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user