From a7d8045759881eeb18d3c6304169f3d8b5ea0235 Mon Sep 17 00:00:00 2001
From: Michael Fürmann <michael@spicyweb.de>
Date: Thu, 05 Mar 2015 13:00:23 -0500
Subject: [PATCH] Review 0.1
---
interface/web/mail/xmpp_user_del.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/interface/web/mail/xmpp_user_del.php b/interface/web/mail/xmpp_user_del.php
index 3d32f7f..cf0cc62 100644
--- a/interface/web/mail/xmpp_user_del.php
+++ b/interface/web/mail/xmpp_user_del.php
@@ -58,7 +58,8 @@
$domain = $jid_parts[1];
// check if domain is managed through mail domain
- $app->error('blubb');
+ // if yes, manual deletion is not allowed
+ //$app->error('blubb');
}
--
Gitblit v1.9.1