Pman/Roo.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 8 Nov 2010 04:41:38 +0000 (12:41 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 8 Nov 2010 04:41:38 +0000 (12:41 +0800)
Pman/Roo.php

index 7597356..edbe1a9 100644 (file)
@@ -75,6 +75,9 @@ class Pman_Roo extends Pman
          //  $this->jerr("Not authenticated", array('authFailure' => true));
         // DB_DataObject::debuglevel(1);
         
+        $this->init(); // from pnan.
+        
+        HTML_FlexyFramework::get()->generateDataobjectsCache($this->isDev);
         // debugging...
         if (!empty($_GET['_post'])) {
             $_POST  = $_GET;