diff --git a/livesupport/modules/htmlUI/var/ui_scheduler.class.php b/livesupport/modules/htmlUI/var/ui_scheduler.class.php index 7e3aafd49..41fcc64fd 100755 --- a/livesupport/modules/htmlUI/var/ui_scheduler.class.php +++ b/livesupport/modules/htmlUI/var/ui_scheduler.class.php @@ -85,7 +85,7 @@ class uiScheduler extends uiCalendar function copyPlFromSP() { foreach ($this->Base->SCRATCHPAD->get() as $val) { - if (strtolower($val['type'])=='playlist') + if (strtolower($val['type'])=='playlist' && $val['id']!=$this->Base->PLAYLIST->activeId) $this->playlists[] = $val; } }