This commit is contained in:
Matthew Wilson 2006-05-18 15:11:00 +00:00
parent 0b604dc78b
commit 9b6a80fdac

View file

@ -237,7 +237,6 @@ sub view {
$newStuff .= 'available_dashlets["'.$child->getId.'"]=\''.$child->getUrl.'\';';
} else {
$child->prepareView;
push(@{$vars{"position".$i."_loop"}},{
id=>$child->getId,
content=>$child->view,