CC-4081: Calendar -> Can create overlapping show by dragging a show in "day" view
-fixed
This commit is contained in:
parent
54db68bb26
commit
5443c1931a
2 changed files with 34 additions and 1 deletions
|
@ -205,7 +205,7 @@ class Application_Model_ShowInstance
|
|||
* @return $newDateTime
|
||||
* php DateTime, $dateTime with the added time deltas.
|
||||
*/
|
||||
private static function addDeltas($dateTime, $deltaDay, $deltaMin)
|
||||
public static function addDeltas($dateTime, $deltaDay, $deltaMin)
|
||||
{
|
||||
$newDateTime = clone $dateTime;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue