DataObjects/Person.php
authorAlan Knowles <alan@roojs.com>
Sat, 8 Oct 2011 01:34:13 +0000 (09:34 +0800)
committerAlan Knowles <alan@roojs.com>
Sat, 8 Oct 2011 01:34:13 +0000 (09:34 +0800)
DataObjects/Person.php

index 9d05ce4..9182c8b 100644 (file)
@@ -101,7 +101,11 @@ class Pman_Core_DataObjects_Person extends DB_DataObject
         }
         $headers['Date'] = date('r');
         
-        return array( $recipents, $header, $body );
+        return array(
+            'recipents' => $recipents,
+            'header' => $header
+            'body' => $body
+        );
         
         
     }