Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates-src > by-pkgid > 0796f3a4146744711e43968234de3795 > files > 52

squirrelmail-1.4.22-15.1.mga6.src.rpm

--- a/include/avelsieve_condition_datetime.class.php	2013-10-18 00:10:50.000000000 +0200
+++ b/include/avelsieve_condition_datetime.class.php	2014-11-06 22:07:52.377590797 +0100
@@ -53,7 +53,7 @@
      * @return void
      */
     function __construct(&$s, $rule, $n, $test = 'currentdate') {
-        parent::__construct(&$s, $rule, $n);
+        parent::__construct($s, $rule, $n);
 
         if($test == 'currentdate') {
             $this->test = 'currentdate';