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

Stefan Hornburg racke at rt.icdevgroup.org
Sun Apr 11 10:36:07 UTC 2010


       via  fd9b72fc9b2c0a6f90cd08b0d214edc39825eda1 (commit)
      from  3cd0748591e056796878c93a42a59fb98607d989 (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 fd9b72fc9b2c0a6f90cd08b0d214edc39825eda1
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Sun Apr 11 12:34:58 2010 +0200

    redirect to cart page so we run the proper actionmap

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

Summary of changes and diff:
 plugins/wishlists/code/wishlists.sub |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/plugins/wishlists/code/wishlists.sub b/plugins/wishlists/code/wishlists.sub
index d965acb..34de6e6 100644
--- a/plugins/wishlists/code/wishlists.sub
+++ b/plugins/wishlists/code/wishlists.sub
@@ -54,8 +54,10 @@ sub {
 							name => $wishlist_name,
 							code => $wishlist_code});
 		}
-		$CGI->{mv_nextpage} = $Config->{Special}->{order};
-		return 1;
+
+		$Tag->deliver({location => $Tag->area($Config->{Special}->{order}),
+			status => '302 move temporarily'});
+		return;
 	}
 
 	# whether to copy stuff from wishlist to cart


hooks/post-receive
-- 
Interchange wellwell catalog



More information about the wellwell-devel mailing list