Skip to content

Commit

Permalink
Item1494: forgotten execute -> _execute
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@3624 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed Apr 22, 2009
1 parent 5f0c39c commit 196e95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki/UI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ sub run {
if ( UNIVERSAL::isa( $Foswiki::engine, 'Foswiki::Engine::CLI' ) ) {
$context{command_line} = 1;
}
execute( Foswiki::Request->new(), \&$method, %context );
_execute( Foswiki::Request->new(), \&$method, %context );
}

1;
Expand Down

0 comments on commit 196e95b

Please sign in to comment.