Index: trunk/extensions/CheckUser/CheckUser.php |
— | — | @@ -30,7 +30,7 @@ |
31 | 31 | # It will also be stored during login if the old session data for the usre is |
32 | 32 | # for a different account. (Note that user renames can cause this). |
33 | 33 | # If you have an older version of checkuser without the cuc_cookie_user column, |
34 | | -# run patch-cu_cookie_user.sql before enabling this |
| 34 | +# run patch-cuc_cookie_user.sql before enabling this |
35 | 35 | $wgCURecordCookieData = false; |
36 | 36 | |
37 | 37 | #Recent changes data hook |