Skip to content

Commit

Permalink
Item12952: oblivio
Browse files Browse the repository at this point in the history
  • Loading branch information
crawford committed Oct 6, 2014
1 parent 1100e27 commit 4d68f27
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/lib/Foswiki/Configure/Package.pm
Expand Up @@ -278,6 +278,10 @@ sub option {
$this->{_reporter}->CHANGED(@_);
$this->_log( "> _Changed:_ $_[0] = " . eval("\$Foswiki::cfg$_[1]") );
}

sub WIZARD {
return shift->SUPER::WIZARD(@_);
}
}

=begin TML
Expand Down
4 changes: 4 additions & 0 deletions core/tools/extender.pl
Expand Up @@ -75,6 +75,10 @@ package Foswiki::Extender;
my $this = shift;
print "CHANGED: $_[0] = $_[1]";
}

sub WIZARD {
return '';
}
};

my $reporter = ShellReporter->new();
Expand Down

0 comments on commit 4d68f27

Please sign in to comment.