Index: trunk/extensions/AntiSpoof/SpoofUser.php |
— | — | @@ -70,7 +70,7 @@ |
71 | 71 | * for later comparison of future names... |
72 | 72 | */ |
73 | 73 | public function record() { |
74 | | - return self::batchRecord( array( $this ) ); |
| 74 | + return $this->batchRecord( array( $this ) ); |
75 | 75 | } |
76 | 76 | |
77 | 77 | private function insertFields() { |