@@ -43,7 +43,7 @@ |
||
| 43 | 43 | * @return string|false |
| 44 | 44 | */ |
| 45 | 45 | public function getCache($filename) { |
| 46 | - $cache = false;//cache_get($this->getCacheKey($filename), HACKED_CACHE_TABLE); |
|
| 46 | + $cache = false; //cache_get($this->getCacheKey($filename), HACKED_CACHE_TABLE); |
|
| 47 | 47 | |
| 48 | 48 | if (!empty($cache->data)) { |
| 49 | 49 | return $cache->data; |