[ingo] Can't add more than 1 rule

Alexander Skwar lists.ASkwar at email-server.info
Mon Apr 28 16:55:20 PDT 2003


Alexander Skwar wrote:

> Further, the created Sieve script doesn't contain anything - it is 0 byte.

The problem was at about line 188 of lib/Ingo.php.  See attached patch,
which enables me to save a script again.


*******************************************************************************
Index: lib/Ingo.php
===================================================================
RCS file: /repository/ingo/lib/Ingo.php,v
retrieving revision 1.33
diff -u -r1.33 Ingo.php
--- lib/Ingo.php        28 Apr 2003 12:10:39 -0000      1.33
+++ lib/Ingo.php        28 Apr 2003 13:53:39 -0000
@@ -188,7 +188,7 @@
         } else {
             /* Generate and activate the script. */
             $script = $scriptor->generate();
-            Ingo::activateScript($backend, $script);
+            Ingo::activateScript($script);
         }
     }

*******************************************************************************

Alexander Skwar
-- 
Signatur vorübergehend deaktiviert.



More information about the ingo mailing list