DataObjects/Core_template.php
authorAlan <alan@roojs.com>
Mon, 28 Mar 2022 03:58:28 +0000 (11:58 +0800)
committerAlan <alan@roojs.com>
Mon, 28 Mar 2022 03:58:28 +0000 (11:58 +0800)
DataObjects/Core_template.php

index bf08bda..9db1d33 100644 (file)
@@ -72,7 +72,7 @@ class Pman_Core_DataObjects_Core_template  extends DB_DataObject
                 'base' => $this->view_name
             ));
             // update the different langage versions of this page.
-            $x = DB_Dataobject::Factory('core_template_str');
+            $x = DB_Dataobject::Factory('core_templatestr');
             $x->selectAdd();
             $x->selectAdd('distinct(lang) as lang');
             $x->whereAdd("lang != ''");