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:
parent
995f6b759a
commit
8d70868be6
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ class store_cart_add extends store {
|
|||
|
||||
// Redirect to the cart
|
||||
header('Location: /store/cart');
|
||||
exit();
|
||||
//exit();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue