Ignore:
Timestamp:
12/18/09 11:10:35 (2 years ago)
Author:
CrawfordCurrie
Message:

Item2511: another optimisation; if a plugin states NO_PREFS_IN_TOPIC, then there is no real need to search for the topic, just default to $systemWeb. That means $installWeb may be wrong in the initPlugin call if the plugin was not installed in the System web; but they are never installed anywhere else (AFAIK) so the search is probably pointless

File:
1 edited

Legend:

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

    r5810 r5820  
    27552755 
    27562756                #print STDERR ' ' x $tell,"POP $tag\n"; 
    2757                 Monitor::MARK("Before $tag"); 
     2757                #Monitor::MARK("Before $tag"); 
    27582758                my $e = &$tagf( $this, $tag, $args, $topicObject ); 
    2759                 Monitor::MARK("After $tag"); 
     2759                #Monitor::MARK("After $tag"); 
    27602760 
    27612761                if ( defined($e) ) { 
Note: See TracChangeset for help on using the changeset viewer.