fixed owner modal

This commit is contained in:
Luca Haid
2025-05-20 14:29:19 +02:00
parent 84fa77c5a0
commit fe7a4c142c
2 changed files with 2 additions and 3 deletions

View File

@@ -15,8 +15,6 @@ class mfExceptionhandlerController {
}
private function displayException() {
var_dump($this->Exception);exit;
$template="mfExceptionhandler/mfExceptionhandler.cli";
if(defined("mfUI") && mfUI!="cli") {
$template="mfExceptionhandler/mfExceptionhandler.web";