Remove debug code, replace with line accidently deleted during debug. Fixes bug #12188

This commit is contained in:
Colin Kuskie 2011-07-08 15:23:17 -07:00
parent e3a4afe5c3
commit 5d74b24e97
2 changed files with 2 additions and 1 deletions

View file

@ -6,6 +6,7 @@
- fixed: Generic Tax driver does not like spaces around commas
- fixed: Date formatting with WebGUI::DateTime has extra spaces for single digit months and days.
- fixed #12165: Default date in Thingy doesn't work
- fixed #12188: Thingy broken after upgrade to 7.9.32-stable
7.10.19
- fixed #12169: extras uploads symlink export

View file

@ -2116,7 +2116,7 @@ sub www_editThing {
$self->session->style->setLink($self->session->url->extras('wobject/Thingy/thingy.css'), {type
=>'text/css', rel=>'stylesheet'});
$session->log->warn("one");
$tab = $tabForm->getTab('fields');
foreach my $fieldType ( keys %{ WebGUI::Form::FieldType->new($session)->getTypes }) {
my $form = eval { WebGUI::Pluggable::instanciate("WebGUI::Form::".$fieldType, "new", [$session]) };
if ($@) {