Changeset 493

Show
Ignore:
Timestamp:
04/13/07 13:56:42 (2 years ago)
Author:
mikey
Message:

bugfix: use correct variables

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/websites/variantmanager/stubVariantsPreInterceptor.php

    r473 r493  
    7373        $cookieName = stubRegistry::getConfig('net.stubbles.websites.variantmanager.cookie.name', 'variant'); 
    7474        if ($variantFactory->getVariantsMap()->shouldUsePersistence() == true) { 
    75             $variant = $this->getVariantFromCookie($session, $response, $variantFactory, $cookieName); 
     75            $variant = $this->getVariantFromCookie($request, $session, $variantFactory, $cookieName); 
    7676        } 
    7777