diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-17 21:29:11 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-17 21:29:11 -0500 |
commit | 8214aae1d6c60b3d6726729d7532d8ee0df629ce (patch) | |
tree | e0cb5a86b1c43a00df3612cdf3efdf40949d60b7 /app/Template/calendar/show.php | |
parent | 10debb3f6c442f12d77175d7b16d4e633f6e0bca (diff) |
Enable event drop for user calendar
Diffstat (limited to 'app/Template/calendar/show.php')
-rw-r--r-- | app/Template/calendar/show.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/calendar/show.php b/app/Template/calendar/show.php index cb5a1109..9e96d29e 100644 --- a/app/Template/calendar/show.php +++ b/app/Template/calendar/show.php @@ -34,7 +34,7 @@ <div class="sidebar-content"> <div id="calendar" data-project-id="<?= $project['id'] ?>" - data-save-url="<?= $this->u('calendar', 'save', array('project_id' => $project['id'])) ?>" + data-save-url="<?= $this->u('calendar', 'save') ?>" data-check-url="<?= $this->u('calendar', 'project', array('project_id' => $project['id'])) ?>" data-check-interval="<?= $check_interval ?>" > |