Index: trunk/extensions/CustomUserSignup/CustomUserSignup.hooks.php |
— | — | @@ -123,7 +123,7 @@ |
124 | 124 | // *NOT HTTPONLY* In fact, that's the point of this cookie |
125 | 125 | |
126 | 126 | setcookie( 'acctcreation' , $buckets['AccountCreation'][0] , |
127 | | - time() + 60 * 60 * 24 * 365 ); |
| 127 | + time() + 60 * 60 * 24 * 365 , '/' ); |
128 | 128 | |
129 | 129 | $session = $wgRequest->getCookie( 'clicktracking-session', "" ); |
130 | 130 | if ( $session !== null ) { |