Ignore:
Timestamp:
01/26/12 02:45:28 (4 months ago)
Author:
PaulHarvey
Message:

Item11431: add ASSERTs for SINGLE_SINGLETONS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/lib/Foswiki/Plugin.pm

    r11849 r13826  
    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.