<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1572,7 +1572,8 @@
     function email() {
         $function = &quot;mail&quot;;
         Trigger::current()-&gt;filter($function, &quot;send_mail&quot;);
-        return call_user_func_array($function, func_get_args());
+        $args = func_get_args(); # Looks redundant, but it must be so in order to meet PHP's retardation requirements.
+        return call_user_func_array($function, $args);
     }
 
     /**</diff>
      <filename>includes/helpers.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>86afc2878f6cc1596788c51f7bd389e596b2bb0a</id>
    </parent>
  </parents>
  <author>
    <name>Alex Suraci</name>
    <email>i.am@toogeneric.com</email>
  </author>
  <url>http://github.com/vito/chyrp/commit/cc1ff95533d966b6b6b8cd0c2dffb8f10fdab902</url>
  <id>cc1ff95533d966b6b6b8cd0c2dffb8f10fdab902</id>
  <committed-date>2008-11-10T21:02:25-08:00</committed-date>
  <authored-date>2008-11-10T21:02:25-08:00</authored-date>
  <message>Fixed email().</message>
  <tree>f0e809b6a1c621036f475230d113c73abee69c08</tree>
  <committer>
    <name>Alex Suraci</name>
    <email>i.am@toogeneric.com</email>
  </committer>
</commit>
