Changeset 17


Ignore:
Timestamp:
10/29/08 09:55:44 (4 years ago)
Author:
CrawfordCurrie
Message:

Item6082: fix for infinite recursion in form definition reading

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/lib/TWiki/Form.pm

    r14 r17  
    7474            }, $class ); 
    7575 
     76        $session->{forms}->{"$web.$form"} = $this; 
     77 
    7678        unless ( $def ) { 
    7779 
     
    9294 
    9395        } 
    94         $session->{forms}->{"$web.$form"} = $this; 
    9596    } 
    9697 
Note: See TracChangeset for help on using the changeset viewer.