[interchange] Fix usertag override check silently ignoring usertag routines specified by MapRoutine.

Stefan Hornburg <[email protected]>
Newsgroups gmane.comp.web.interchange.cvs
Message-ID <[email protected]>
commit 9be6bd1a4f352d5cb7eb461faa28c22edff09b08
Author: Stefan Hornburg (Racke) <[email protected]>
Date:   Wed Jul 14 10:44:40 2010 +0200

    Fix usertag override check silently ignoring usertag routines specified by MapRoutine.

 lib/Vend/Config.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/Vend/Config.pm b/lib/Vend/Config.pm
index 5eeb75f..b36420d 100644
--- a/lib/Vend/Config.pm
+++ b/lib/Vend/Config.pm
@@ -5140,7 +5140,7 @@ sub parse_tag {
 				)
 			);
 		}
-		if (defined $C && defined $Global::UserTag->{Source}->{$tag}->{$p}){
+		if (defined $C && defined $Global::UserTag->{Routine}->{$tag}){
 			config_warn(
 				errmsg(
 					"Local usertag %s overrides global definition",
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.