forked from leftypol/leftypol
Fix per-board name not being used
This commit is contained in:
parent
53f710060d
commit
bb54605eb7
2 changed files with 3 additions and 3 deletions
|
@ -912,7 +912,7 @@ function mod_move($originBoard, $postID) {
|
|||
'mod' => true,
|
||||
'subject' => '',
|
||||
'email' => '',
|
||||
'name' => $config['mod']['shadow_name'],
|
||||
'name' => (!$config['mod']['shadow_name'] ? $config['anonymous'] : $config['mod']['shadow_name']),
|
||||
'capcode' => $config['mod']['shadow_capcode'],
|
||||
'trip' => '',
|
||||
'password' => '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue