Mailer.php
authorAlan Knowles <alan@roojs.com>
Fri, 5 Jun 2015 08:59:28 +0000 (16:59 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 5 Jun 2015 08:59:28 +0000 (16:59 +0800)
Mailer.php

index 6c99391..3201da8 100644 (file)
@@ -461,7 +461,7 @@ class Pman_Core_Mailer {
         $user = $uinfo['name']; 
         
         $cache = ini_get('session.save_path')."/Pman_Core_Mailer-{$user}/" . md5($url);
-        if ($this->cachee_images &&
+        if ($this->cache_images &&
                 file_exists($cache) &&
                 filemtime($cache) > strtotime('NOW - 1 WEEK')
             ) {