should be using ^Extras; macro instead

This commit is contained in:
JT Smith 2007-06-13 14:14:27 +00:00
parent 4875df88f7
commit ee4f857d59

View file

@ -159,9 +159,6 @@ sub view {
#This automatically creates template variables for all of your wobject's properties.
my $var = $self->get;
#This is where you will store your wobject's extras files, any javascript, css, or any other files your wobject may use.
$var->{'extrasFolder'} = $session->url->extras("/wobject/NewWobject");
#This is an example of debugging code to help you diagnose problems.
#WebGUI::ErrorHandler::warn($self->get("templateId"));