Skip to content

Commit

Permalink
Item10980: this is the reason for the failing unit tests. It *may* af…
Browse files Browse the repository at this point in the history
…fect users of fcgi/mod_perl, if they run with the SubscribePlugin installed and the templates modified to instantiate SUBSCRIBE in more than one web.

git-svn-id: http://svn.foswiki.org/trunk@12224 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
CrawfordCurrie authored and CrawfordCurrie committed Jul 25, 2011
1 parent f623882 commit 57d4066
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MailerContrib/lib/Foswiki/Contrib/MailerContrib/WebNotify.pm
Expand Up @@ -350,7 +350,7 @@ sub _load {
($Foswiki::regex{wikiWordRegex})
\s+\-\s+
($Foswiki::cfg{MailerContrib}{EmailFilterIn}+)
\s*$}xo
\s*$}x
&& $1 ne $Foswiki::cfg{DefaultUserWikiName}
)
{
Expand All @@ -369,7 +369,7 @@ sub _load {
| $Foswiki::cfg{MailerContrib}{EmailFilterIn}
)
\s*(:.*)?$
}xo
}x
&& $1 ne $Foswiki::cfg{DefaultUserWikiName}
)
{
Expand Down
Expand Up @@ -229,7 +229,6 @@ sub set_up {
$web, $Foswiki::cfg{NotifyTopicName},
$meta, "Before\n${s}After"
);

for my $testTopic ( keys %expectedRevs ) {
my $parent = 'WebHome';
if ( $testTopic =~ /^TestTopic(\d+)\d$/ ) {
Expand Down

0 comments on commit 57d4066

Please sign in to comment.