- Timestamp:
- 01/27/12 06:04:41 (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Release01x01/TWikiCompatibilityPlugin/lib/TWiki.pm
r7644 r13839 11 11 if ( !$Foswiki::Plugins::SESSION && UNIVERSAL::isa( $query, 'CGI' ) ) { 12 12 13 # Compatibility: User gave a CGI object 14 # This probably means we're inside a script 15 $query = undef; 13 ## Compatibility: User gave a CGI object 14 ## This probably means we're inside a script 15 ## $query = undef; 16 # The above was added in Item689, Foswikirev:1847. It doesn't make any 17 # sense to me. PH disabled under Item11431 ('no singleton left behind') 16 18 } 17 19 my $fatwilly = new Foswiki( $loginName, $query, $initialContext );
Note: See TracChangeset
for help on using the changeset viewer.
