Index: trunk/phase3/includes/User.php |
— | — | @@ -3510,12 +3510,11 @@ |
3511 | 3511 | : ''; |
3512 | 3512 | } |
3513 | 3513 | $log = new LogPage( 'newusers' ); |
3514 | | - $log->addEntry( |
3515 | | - $action, |
3516 | | - $this->getUserPage(), |
3517 | | - $message, |
3518 | | - array( $this->getId() ), |
3519 | | - $creator |
| 3514 | + $log->addEntry( |
| 3515 | + $action, |
| 3516 | + $this->getUserPage(), |
| 3517 | + $message, |
| 3518 | + array( $this->getId() ) |
3520 | 3519 | ); |
3521 | 3520 | return true; |
3522 | 3521 | } |