Skip to content

Commit

Permalink
Item1494: execute -> _execute
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@3625 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed Apr 22, 2009
1 parent 196e95b commit c469a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TWikiCompatibilityPlugin/lib/TWiki/UI.pm
Expand Up @@ -8,7 +8,7 @@ use Foswiki::UI;

sub TRACE_PASSTHRU { Foswiki::UI::TRACE_PASSTHRU(@_) }
sub handleRequest { Foswiki::UI::handleRequest(@_) }
sub execute { Foswiki::UI::execute(@_) }
sub execute { Foswiki::UI::_execute(@_) }
sub logon { Foswiki::UI::logon(@_) }
sub checkWebExists { Foswiki::UI::checkWebExists(@_) }
sub checkTopicExists { Foswiki::UI::checkTopicExists(@_) }
Expand Down

0 comments on commit c469a83

Please sign in to comment.