fixed owner modal

This commit is contained in:
Luca Haid
2025-05-20 14:18:36 +02:00
parent 571d377e80
commit 84fa77c5a0

View File

@@ -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";