RooGetTrait.php
[Pman.Core] / RooGetTrait.php
index 737edb9..8d0aec8 100644 (file)
@@ -95,7 +95,7 @@ trait Pman_Core_RooGetTrait {
     function get($tab)
     {
         $this->init();
-        
+        DB_DataObject::debugLevel(1);
         HTML_FlexyFramework::get()->generateDataobjectsCache($this->isDev);
         
         if ( $this->checkDebugPost()) {
@@ -153,7 +153,7 @@ trait Pman_Core_RooGetTrait {
         }
        //DB_DataObject::debugLevel(1);
        
-        exit;
+        
         // sets map and countWhat
         $this->loadMap($x, array(
             'columns' => $_columns,