Changeset 8648
- Timestamp:
- 08/22/10 13:57:59 (18 months ago)
- File:
-
- 1 edited
-
trunk/core/lib/Foswiki.pm (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/lib/Foswiki.pm
r8644 r8648 2040 2040 #} 2041 2041 $_->finish() foreach values %{ $this->{forms} }; 2042 undef $this->{forms}; 2042 2043 $this->{plugins}->finish() if $this->{plugins}; 2043 2044 undef $this->{plugins}; … … 2071 2072 undef $this->{_zones}; 2072 2073 undef $this->{_renderZonePlaceholder}; 2074 2073 2075 undef $this->{request}; 2076 undef $this->{cgiQuery}; 2077 2074 2078 undef $this->{digester}; 2075 2079 undef $this->{urlHost}; … … 2081 2085 undef $this->{_EXT2ICON}; 2082 2086 undef $this->{_KNOWNICON}; 2087 undef $this->{_ICONSTEMPLATE}; 2083 2088 undef $this->{context}; 2084 2089 undef $this->{remoteUser}; … … 2090 2095 undef $this->{evaluating_if}; 2091 2096 undef $this->{_addedToHEAD}; 2097 undef $this->{sandbox}; 2098 undef $this->{evaluatingEval}; 2099 2100 undef $this->{DebugVerificationCode}; # from Foswiki::UI::Register 2101 2102 if (DEBUG) { 2103 my $remaining = join ',', grep {defined $this->{$_}} keys %$this; 2104 ASSERT(0, "Fields with defined values in ".ref($this)."->finish(): ". $remaining) if $remaining; 2105 } 2092 2106 } 2093 2107
Note: See TracChangeset
for help on using the changeset viewer.
