Added some more skeletons (newWobject, newAsset, changelog(!))

This commit is contained in:
Matthew Wilson 2005-12-12 17:29:37 +00:00
parent dc82b96d96
commit 0ca14186fe
5 changed files with 3 additions and 116 deletions

View file

@ -71,7 +71,7 @@ sub definition {
className=>'WebGUI::Asset::Wobject::Article',
properties=>\%properties
});
return $class->SUPER::definition($definition);
return $class->SUPER::definition($definition);
}
#-------------------------------------------------------------------