From 08b5daac5e21938f6ec31865009344d7ff70c42c Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Sat, 15 Feb 2014 04:07:55 -0500
Subject: [PATCH] Fixed: FS#3226 - mail_user_update FAIL for changes with quota >2048 MB (Soap Error: quota_error_isint)

---
 server/lib/classes/openvz_tools.inc.php |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/server/lib/classes/openvz_tools.inc.php b/server/lib/classes/openvz_tools.inc.php
index 403613c..16dc601 100644
--- a/server/lib/classes/openvz_tools.inc.php
+++ b/server/lib/classes/openvz_tools.inc.php
@@ -31,6 +31,8 @@
 	/**
 	 * Checks, if the server ist a OpenVZ - Host
 	 */
+
+
 	public function isOpenVzHost() {
 		/*
 		 * if there is a "/proc/user_beanconters" we have OpenVz "in use"
@@ -109,7 +111,7 @@
 			$item = trim($item);
 
 			/*
-			 * Now get every token and insert it to the array 
+			 * Now get every token and insert it to the array
 			 */
 			if ($item != '') {
 				$tmp = explode(' ', $item);
@@ -145,5 +147,7 @@
 		/* ready */
 		return $res;
 	}
+
 }
-?>
\ No newline at end of file
+
+?>

--
Gitblit v1.9.1