From bfc420336ae38aefa69e70e2a4650c031940e4da Mon Sep 17 00:00:00 2001 From: calzoneman Date: Sun, 18 Aug 2013 13:09:51 -0500 Subject: [PATCH] Fix global ban typo --- database.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database.js b/database.js index ec14fae2..a6558058 100644 --- a/database.js +++ b/database.js @@ -265,7 +265,7 @@ Database.prototype.setGlobalIPBan = function (ip, reason, callback) { return; } - self.getGlobalIPBans(); + self.listGlobalIPBans(); callback(null, res); }); };