Changeset 493
- Timestamp:
- 04/13/07 13:56:42 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/websites/variantmanager/stubVariantsPreInterceptor.php
r473 r493 73 73 $cookieName = stubRegistry::getConfig('net.stubbles.websites.variantmanager.cookie.name', 'variant'); 74 74 if ($variantFactory->getVariantsMap()->shouldUsePersistence() == true) { 75 $variant = $this->getVariantFromCookie($ session, $response, $variantFactory, $cookieName);75 $variant = $this->getVariantFromCookie($request, $session, $variantFactory, $cookieName); 76 76 } 77 77
