*** /c/tmp/TWiki.pm.mod.1oaAeYR Sun Dec 28 14:18:24 2003 --- /c/tmp/TWiki.pm.modoaAriX Sun Dec 28 14:18:24 2003 *************** *** 1814,1819 **** --- 1814,1822 ---- $theTopic =~ s/\s([a-zA-Z0-9])/\U$1/g; # Add before WikiWord inside text to prevent double links $theLinkText =~ s/([\s\(])([A-Z]+[a-z]+[A-Z])/$1$2/go; + # Code added for SpacedWikiWordPlugin + use TWiki::Plugins::SpacedWikiWordPlugin; + $theLinkText = &TWiki::Plugins::SpacedWikiWordPlugin::spacedWikiWord( $theLinkText ); my $exist = &TWiki::Store::topicExists( $theWeb, $theTopic ); if( ( $doPluralToSingular ) && ( $theTopic =~ /s$/ ) && ! ( $exist ) ) {