Commented the exit() at the end of the module to allow for the affiliate loading to work.

git-svn-id: http://svn.cleancode.org/svn/pickles@115 4d10bc64-7434-11dc-a737-d2d0f8310089
This commit is contained in:
Josh Sherman 2009-04-27 03:03:45 +00:00
parent 995f6b759a
commit 8d70868be6

View file

@ -117,7 +117,7 @@ class store_cart_add extends store {
// Redirect to the cart
header('Location: /store/cart');
exit();
//exit();
}
}
}