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

index 051ab62..91121eb 100644 (file)
@@ -103,7 +103,7 @@ class Pman_Core_DataObjects_Person extends DB_DataObject
         
         return array(
             'recipents' => $recipents,
-            'header'    => $header,
+            'headers'    => $header,
             'body'      => $body
         );