diff --git a/includes/hacked_project.inc b/includes/hacked_project.inc
index 88fd7f3..3fab407 100644
--- a/includes/hacked_project.inc
+++ b/includes/hacked_project.inc
@@ -707,7 +707,7 @@ class hackedFileHasher {
 
   function cache_get($filename) {
     $cache = cache_get($this->cache_key($filename), HACKED_CACHE_TABLE);
-    if ($cache->data) {
+    if (!empty($cache->data)) {
       return $data;
     }
   }
