Index: trunk/extensions/CheckUser/api/ApiQueryCheckUserLog.php |
— | — | @@ -41,7 +41,7 @@ |
42 | 42 | 'checkuser' => $row->cul_user_text, |
43 | 43 | 'type' => $row->cul_type, |
44 | 44 | 'reason' => $row->cul_reason, |
45 | | - 'target' => $row->curl_target_text, |
| 45 | + 'target' => $row->cul_target_text, |
46 | 46 | ); |
47 | 47 | } |
48 | 48 | |