<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>Missing argument 7 for Whups_Driver::mail()</title> 
  <pubDate>Fri, 10 Apr 2026 00:42:30 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/7675</link> 
  <atom:link rel="self" type="application/rss+xml" title="Missing argument 7 for Whups_Driver::mail()" href="https://bugs.horde.org/ticket/7675/rss" /> 
  <description>Missing argument 7 for Whups_Driver::mail()</description> 
 
   
   
  <item> 
   <title>maybe just a tweak, however PHP log reports



&quot;PHP Warning:</title> 
   <description>maybe just a tweak, however PHP log reports



&quot;PHP Warning:  Missing argument 7 for Whups_Driver::mail(), called in /var/www/horde-3.3/whups-h3-1.0/lib/Whups.php on line 751 and defined in /var/www/horde-3.3/whups-h3-1.0/lib/Driver.php on line 335&quot;



lib/Whups.php:751

 $whups_driver-&gt;mail(null, $user, $subject, $email, $user, true);



it could be ok to put a default for &quot;$queue_id&quot; in Whups_Driver::mail(); e.g.



function mail($ticket_id, $recipients, $subject, $message, $from,

                  $reminder, $queue_id = null, $is_new = false)



later in the function, we can check the &quot;$queue_id&quot; value instead of using it directly; e.g.:



        if (!is_null($queue_id)) {

            $queue = $this-&gt;getQueue($queue_id);

        } else {

            ...

</description> 
   <pubDate>Wed, 12 Nov 2008 19:36:21 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7675#t50704</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in CVS for this ticket:

http://cvs.h</title> 
   <description>Changes have been made in CVS for this ticket:

http://cvs.horde.org/diff.php/whups/lib/Driver.php?r1=1.201&amp;r2=1.202&amp;ty=u</description> 
   <pubDate>Wed, 12 Nov 2008 20:31:19 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7675#t50705</link> 
  </item> 
   
  <item> 
   <title>Fixed, thanks.</title> 
   <description>Fixed, thanks.</description> 
   <pubDate>Wed, 12 Nov 2008 20:41:31 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7675#t50706</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
