diff --git a/includes/cache.inc b/includes/cache.inc
index ca6e6f3..3918683 100644
--- a/includes/cache.inc
+++ b/includes/cache.inc
@@ -93,7 +93,7 @@ function ctools_cache_set($mechanism, $key, $object) {
  *   The key used to identify the cache.
  */
 function ctools_cache_clear($mechanism, $key) {
-  return ctools_cache_operation($mechanism, $key, 'clear', $object);
+  return ctools_cache_operation($mechanism, $key, 'clear');
 
 }
 
