From be27c65e98e60b5ef33a14c51d163e087d345ab1 Mon Sep 17 00:00:00 2001
From: leithoff <kl@stylite.de>
Date: Thu, 16 Jun 2016 16:06:53 +0200
Subject: [PATCH] remove the pre-initialization of asbody for the
 messagenote2note call. its handeled in / with messagenote2note now

---
 infolog/inc/class.infolog_zpush.inc.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/infolog/inc/class.infolog_zpush.inc.php b/infolog/inc/class.infolog_zpush.inc.php
index 1b2558eaa5..279f9d6795 100644
--- a/infolog/inc/class.infolog_zpush.inc.php
+++ b/infolog/inc/class.infolog_zpush.inc.php
@@ -410,7 +410,6 @@ class infolog_zpush implements activesync_plugin_write
 				switch ($attr)
 				{
 					case 'info_des':
-						if (is_null($message->asbody)) $message->asbody = new SyncBaseBody();
 						// only change info_des, if one given, as iOS5 skips description in ChangeMessage
 						// --> we ignore empty / not set description, so description get no longer lost, but you cant empty it via eSync
 						if (($description = $this->backend->messagenote2note($message->body, $message->rtf, $message->asbody)))