Skip to content

Commit

Permalink
Item14139: Merge branch 'Release02x01'
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Aug 12, 2016
2 parents 87547b8 + 2f5393e commit e5e0d17
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions core/lib/Foswiki/Plugins.pm
Expand Up @@ -136,13 +136,9 @@ sub preload {
unless ( $Foswiki::cfg{DisableAllPlugins} ) {

# debugenableplugins only supported in DEBUG and unit test modes
if (
$query
&& defined(
$query->param('debugenableplugins')
&& ( DEBUG || $query->isa('Unit::Request') )
)
)
if ( $query
&& defined $query->param('debugenableplugins')
&& ( DEBUG || $query->isa('Unit::Request') ) )
{
foreach
my $pn ( split( /[,\s]+/, $query->param('debugenableplugins') ) )
Expand Down

0 comments on commit e5e0d17

Please sign in to comment.