Skip to content

Commit

Permalink
Item1918: fixing item_type bug (topic instead of tag). sry for floodi…
Browse files Browse the repository at this point in the history
…ng the svn log.

git-svn-id: http://svn.foswiki.org/trunk/TagsPlugin@7894 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
OliverKrueger authored and OliverKrueger committed Jun 23, 2010
1 parent 3b38dcc commit f272a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Foswiki/Plugins/TagsPlugin/ImportTagMe.pm
Expand Up @@ -124,7 +124,7 @@ sub do {
}
else {
try {
Foswiki::Plugins::TagsPlugin::Tag::do( "tag",
Foswiki::Plugins::TagsPlugin::Tag::do( "topic",
$webTopic, $tag, $user_id, $public );
}
catch Error::Simple with {
Expand Down

0 comments on commit f272a36

Please sign in to comment.