summaryrefslogtreecommitdiff
path: root/init.php
diff options
context:
space:
mode:
Diffstat (limited to 'init.php')
-rwxr-xr-xinit.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/init.php b/init.php
index 73bd862..ddbab9c 100755
--- a/init.php
+++ b/init.php
@@ -319,8 +319,6 @@ class Af_Img_Phash extends Plugin {
continue;
}
- $this->cache->touch($cached_file_flag);
-
// check for local cache
if (!$this->cache->exists($cached_file)) {
$data = fetch_file_contents(array("url" => $src, "max_size" => Config::get(Config::MAX_CACHE_FILE_SIZE)));