DataObjects/Cms_page.php
authoredward <edward@roojs.com>
Mon, 31 Jul 2017 03:02:04 +0000 (11:02 +0800)
committeredward <edward@roojs.com>
Mon, 31 Jul 2017 03:02:04 +0000 (11:02 +0800)
DataObjects/Cms_page.php

index 621e60d..a6f6153 100644 (file)
@@ -1930,7 +1930,7 @@ class Pman_Cms_DataObjects_Cms_page extends DB_DataObject
                 'bgimage' => $bgimage
             );
         }
-        
+        print_r($ret);exit;
         $ret['page'] = array(
             'target' => (!empty($this->translation_of_id)) ? $this->translation_of_id : $this->id,
             'title' => $this->title,