more slight fix

This commit is contained in:
Matthew Wilson 2005-12-05 03:37:18 +00:00
parent 889dbf48a9
commit 586e1a00fa

View file

@ -210,6 +210,7 @@ sub view {
canPersonalize=>$self->canPersonalize,
canEditUserPrefs=>(($session{user}{userId} ne '1') && (ref $child eq 'WebGUI::Asset::Shortcut') && (scalar($child->getUserPrefs) > 0))
});
$newStuff .= 'available_dashlets["'.$child->getId.'"]=\''.$child->getUrl.'\';';
}
}
push(@found, $child->getId);