--- cacherevisionserase/admin.php.orig 2010-10-02 07:47:14.595262149 +0200 +++ cacherevisionserase/admin.php 2010-10-02 07:48:38.667262189 +0200 @@ -420,6 +420,7 @@ if (strcmp($fileglob2, '/_dummy') == 0) return true; $pathinfor = pathinfo($fileglob2); // For compability with Discussion Plugin if (strcmp(strtolower($pathinfor['extension']), 'comments') == 0) return true; // For compability with Discussion Plugin + if (strcmp(strtolower($pathinfor['extension']), 'doodle') == 0) return true; // For compatibility with doodle Plugin if (@unlink($fileglob)) { if ($outputinfo > 0) ptln(''.$this->lang['deletefile'].''.(($outputinfo==2) ? ' ('.$this->lang['meta_word'].') ' : ' ').'"'.$fileglob2.'".
'); $this->filedels++;