[wellwell-devel] [SCM] Interchange wellwell catalog branch, master, updated. 4b46c805342227ae98a80a80698130071c91fa68

Stefan Hornburg racke at rt.icdevgroup.org
Thu Jan 21 16:56:34 UTC 2010


       via  4b46c805342227ae98a80a80698130071c91fa68 (commit)
      from  bb256a45b551d6c5a6acf0540ede071b5cea2652 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4b46c805342227ae98a80a80698130071c91fa68
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Thu Jan 21 11:52:56 2010 -0500

    fixed brown paper bag bug caused by using wrong field names

-----------------------------------------------------------------------

Summary of changes and diff:
 plugins/path_redirect/code/path_redirect.tag |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/plugins/path_redirect/code/path_redirect.tag b/plugins/path_redirect/code/path_redirect.tag
index a95b8c5..42e3198 100644
--- a/plugins/path_redirect/code/path_redirect.tag
+++ b/plugins/path_redirect/code/path_redirect.tag
@@ -51,7 +51,7 @@ sub {
 			return;
 		}
 
-		if ($recref->{source} eq $recref->{target}) {
+		if ($recref->{path_source} eq $recref->{path_target}) {
 			# redirection points to itself, move ahead
 			Log("Redirection for $recref->{source} points to itself.");
 			return;


hooks/post-receive
-- 
Interchange wellwell catalog



More information about the wellwell-devel mailing list