? fastpath_fscache_user_args_212315-1.patch Index: fastpath_fscache.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/fastpath_fscache/fastpath_fscache.module,v retrieving revision 1.5.2.8 diff -u -p -r1.5.2.8 fastpath_fscache.module --- fastpath_fscache.module 16 Aug 2007 15:53:43 -0000 1.5.2.8 +++ fastpath_fscache.module 4 Apr 2008 11:51:14 -0000 @@ -94,7 +94,7 @@ function fastpath_fscache_user_setcookie setcookie('drupal_uid', $user->uid, time() + (60 * 60 * 24 * 30), '/'); } -function fastpath_fscache_user($type, $array, $user, $category = NULL) { +function fastpath_fscache_user($type, &$array, &$user, $category = NULL) { switch ($type) { case 'login': fastpath_fscache_user_setcookie($user);