Ignore:
Timestamp:
01/27/12 05:14:49 (4 months ago)
Author:
PaulHarvey
Message:

Item11431: add ASSERTs for SINGLE_SINGLETONS

Conflicts:

lib/Foswiki.pm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release01x01/core/lib/Foswiki/Plugin.pm

    r11862 r13836  
    164164    # Set the session for this call stack 
    165165    local $Foswiki::Plugins::SESSION = $this->{session}; 
     166    ASSERT( $Foswiki::Plugins::SESSION->isa('Foswiki') ) if DEBUG; 
    166167 
    167168    my $sub = $p . "::initPlugin"; 
Note: See TracChangeset for help on using the changeset viewer.