diff --git a/honeypot.install b/honeypot.install
index 0d53d6e..0ed1afe 100644
--- a/honeypot.install
+++ b/honeypot.install
@@ -27,7 +27,7 @@ function honeypot_uninstall() {
   $cache_tables = array('variables', 'cache_bootstrap');
   foreach ($cache_tables as $table) {
     if (db_table_exists($table)) {
-      cache_clear_all($table);
+      cache_clear_all(NULL, $table);
     }
   }
 }
