This commit is contained in:
Calvin Montgomery 2016-10-15 16:09:27 -07:00
parent d2cce4f166
commit 7117cd0a5e

View file

@ -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;
} }