Fix typo
This commit is contained in:
parent
d2cce4f166
commit
7117cd0a5e
|
@ -364,7 +364,7 @@ Server.prototype.handlePartitionMapChange = function () {
|
||||||
};
|
};
|
||||||
|
|
||||||
Server.prototype.reloadPartitionMap = function () {
|
Server.prototype.reloadPartitionMap = function () {
|
||||||
if (!Config.get("enable-partitions")) {
|
if (!Config.get("enable-partition")) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue