This commit is contained in:
Matthew Wilson 2005-12-05 03:27:56 +00:00
parent 1c5938982b
commit 889dbf48a9

View file

@ -231,6 +231,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.'\';';
}
}
}