Skip to content
Snippets Groups Projects
Commit 9e5600b3 authored by Satish's avatar Satish
Browse files

Fixes #608 - When Default calendar view = Shared calendar: My calendar not available

parent c6743aea
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ class Calendar_Module_Model extends Vtiger_Module_Model {
* @return <String>
*/
public function getCalendarViewUrl() {
return 'index.php?module='.$this->get('name').'&view='.$this->getCalendarViewName();
return 'index.php?module='.$this->get('name').'&view=Calendar';
}
/**
......
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