bugfix and i18n change
[old-projects.git] / philter / philter / include / philter.inc.php
index 4d3c4f9..463f772 100644 (file)
@@ -88,7 +88,7 @@ class Philter {
      * @return  true if all is ok
      */
     function write_procmailrc(&$procmail, $filename) {
-        $file = $philter->config['path']['spool']."/".$filename;
+        $file = $this->config['path']['spool']."/".$filename;
         $f = fopen($file.".tmp", "w");
         fwrite($f, $procmail, strlen($procmail));
         fclose($f);