From 859b2235faab72dd43ffad230f44160393fa7a97 Mon Sep 17 00:00:00 2001
From: Uma <uma.s@vtiger.com>
Date: Mon, 30 Sep 2019 16:18:18 +0530
Subject: [PATCH] Fixes:#1058::Uma::Calendar drag and drop bug fixed

---
 modules/Calendar/actions/DragDropAjax.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/Calendar/actions/DragDropAjax.php b/modules/Calendar/actions/DragDropAjax.php
index b56b56e41..b42597544 100755
--- a/modules/Calendar/actions/DragDropAjax.php
+++ b/modules/Calendar/actions/DragDropAjax.php
@@ -16,8 +16,6 @@ class Calendar_DragDropAjax_Action extends Calendar_SaveAjax_Action {
 	}
 
 	public function process(Vtiger_Request $request) {
-        ini_set('error_reporting', '6135');
-        ini_set('display_errors', 'on');
 		$mode = $request->getMode();
 		if(!empty($mode) && $this->isMethodExposed($mode)) {
 			$this->invokeExposedMethod($mode, $request);
-- 
GitLab