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

index 9182c8b..ac69c4a 100644 (file)
@@ -103,8 +103,8 @@ class Pman_Core_DataObjects_Person extends DB_DataObject
         
         return array(
             'recipents' => $recipents,
-            'header' => $header
-            'body' => $body
+            'header'    => $header
+            'body'      => $body
         );