Skip to content

Commit

Permalink
Item1308: mistyped subroutine name
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/branches/Release01x00@3155 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Mar 17, 2009
1 parent 8ff9fb1 commit 42ca632
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EditTablePlugin/lib/Foswiki/Plugins/EditTablePlugin.pm
Expand Up @@ -110,7 +110,7 @@ sub commonTagsHandler {
addViewModeHeadersToHead();
require Foswiki::Plugins::EditTablePlugin::Core;

Foswiki::Plugins::EditTablePlugin::Core::initInIncludedTopic();
Foswiki::Plugins::EditTablePlugin::Core::initIncludedTopic();
Foswiki::Plugins::EditTablePlugin::Core::parseTables( $_[0], $_[1], $_[2] );
Foswiki::Plugins::EditTablePlugin::Core::process( $_[0], $_[1], $_[2],
$topic, $web );
Expand Down
Expand Up @@ -81,7 +81,7 @@ Init variables again. If called from INCLUDE this is the first time we init
=cut

sub initInIncludedTopic {
sub initIncludedTopic {
$preSp = '' unless $preSp;
getPreferencesValues();
}
Expand Down

0 comments on commit 42ca632

Please sign in to comment.