RooGetTrait.php
[Pman.Core] / RooGetTrait.php
index c5dbc96..f2e347d 100644 (file)
@@ -98,12 +98,11 @@ trait Pman_Core_RooGetTrait {
         
         HTML_FlexyFramework::get()->generateDataobjectsCache($this->isDev);
         
-        exit;
         if ( $this->checkDebugPost()) {
             $_POST  = $_GET;
             return $this->post($tab);
         }
-        
+        exit;
         $this->checkDebug();
         
         PEAR::setErrorHandling(PEAR_ERROR_CALLBACK, array($this, 'onPearError'));