Merge branch 'hotfix-2.1.19'

pull/195/head
iglocska 2013-09-10 10:50:11 +02:00
commit 62254ebff2
1 changed files with 0 additions and 1 deletions

View File

@ -292,7 +292,6 @@ class EventsController extends AppController {
$temp = 0;
$pivot['children'] = array_values($pivot['children']);
foreach ($pivot['children'] as $k => $v) {
if($pivot['id'] == 49) debug($max);
$pivot['children'][$k]['height'] = ($temp+$k)*50;
$temp += $this->__arrangePivotVertical($pivot['children'][$k]);
if ($k == $max) $temp = $pivot['children'][$k]['height'] / 50;