diff --git a/framework/control.class.php b/framework/control.class.php index 9998037fa3..6027db6499 100755 --- a/framework/control.class.php +++ b/framework/control.class.php @@ -514,7 +514,6 @@ class control { if(empty($this->output)) $this->parse($moduleName, $methodName); echo $this->output; - if($this->viewType == 'json') die(); } /**