fix for bug 1171569, which really applied to almost every Asset and Wobject in the system

This commit is contained in:
Colin Kuskie 2005-03-28 05:15:48 +00:00
parent 354c99c03f
commit 1b0aa2174d
21 changed files with 23 additions and 16 deletions

View file

@ -136,6 +136,7 @@ sub edit {
-label=>WebGUI::International::get("upload files", "FilePile"),
-value=>$self->getUploadControl
);
$self->getAdminConsole->setHelp("file pile add/edit","FilePile");
return $self->getAdminConsole->render($tabform->print,WebGUI::International::get("add pile", "FilePile"));
}