DataObjects/Core_email.php
authorAlan Knowles <alan@roojs.com>
Thu, 24 Sep 2020 04:16:38 +0000 (12:16 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 24 Sep 2020 04:16:38 +0000 (12:16 +0800)
DataObjects/Core_email.php

index 6e2db1d..bc5b16d 100644 (file)
@@ -678,7 +678,7 @@ Content-Transfer-Encoding: 7bit
     static function testData($person, $dt , $core_notify)
     {
        // should return the formated email???
-       $pg = FlexyFramework::get()->page;
+       $pg = HTML_FlexyFramework::get()->page;
        
        $core_email = DB_DataObject::factory('core_email');
        if(!$core_email->get($_REQUEST['_id'])){