Skip to content
Snippets Groups Projects
Commit 859b2235 authored by Uma's avatar Uma
Browse files

Fixes:#1058::Uma::Calendar drag and drop bug fixed

parent a9b02257
No related branches found
No related tags found
1 merge request!437Fixes:#1058::Uma::Calendar drag and drop bug fixed
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment