Merge branch 'ConstructionConsent/fix-owner-modal' into 'master'

fixed owner modal

See merge request fronk/thetool!1377
This commit is contained in:
Luca Haid
2025-05-20 12:20:10 +00:00

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