Changeset 2660

Show
Ignore:
Timestamp:
05/07/2008 02:28:32 PM (5 months ago)
Author:
Geert
Message:

Follow-up to r2659

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/helpers/cookie.php

    r2003 r2660  
    6565                } 
    6666 
    67                 return Input::instance()->cookie($prefix.$name, $xss_clean); 
     67                return Input::instance()->cookie($prefix.$name, NULL, $xss_clean); 
    6868        } 
    6969