break out SqliteTable
[org.ibex.mail.git] / src / org / ibex / mail / Whitelist.java
index e3bc233..f8fc4b1 100644 (file)
@@ -21,7 +21,7 @@ public class Whitelist extends SqliteDB {
                   "create table if not exists 'pending' (spamid,email,message,date)"
               },
               true);
-        reap("pending", "date");
+        getTable("pending").reap("date");
     }
 
     public boolean handleRequest(org.ibex.net.Connection c) {