fixed owner modal
This commit is contained in:
@@ -15,6 +15,8 @@ class mfExceptionhandlerController {
|
||||
}
|
||||
|
||||
private function displayException() {
|
||||
var_dump($this->Exception);exit;
|
||||
|
||||
$template="mfExceptionhandler/mfExceptionhandler.cli";
|
||||
if(defined("mfUI") && mfUI!="cli") {
|
||||
$template="mfExceptionhandler/mfExceptionhandler.web";
|
||||
|
||||
Reference in New Issue
Block a user