Skip to content

Commit

Permalink
Fix drag and drop in calendar does not work if there's resources
Browse files Browse the repository at this point in the history
  • Loading branch information
hnategh committed Sep 6, 2016
1 parent 04c01fc commit b11de5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calendar/inc/class.calendar_uiforms.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -2796,7 +2796,7 @@ function ajax_moveEvent($_eventId,$calendarOwner,$targetDateTime,$targetOwner,$d
calendar_so::split_status($status,$q,$r);
if ($uid[0] != 'c' && $uid[0] != 'e' && $uid != $this->bo->user && $status != 'U')
{
$preferences = new Api\Preferenes($uid);
$preferences = new Api\Preferences($uid);
$part_prefs = $preferences->read_repository();
switch ($part_prefs['calendar']['reset_stati'])
{
Expand Down

0 comments on commit b11de5b

Please sign in to comment.