remove var_dump
This commit is contained in:
parent
0c9a27e165
commit
24753907eb
@ -1199,7 +1199,6 @@ function mod_move($originBoard, $postID) {
|
||||
$post['files'] = json_decode($post['files'], TRUE);
|
||||
$post['has_file'] = true;
|
||||
foreach ($post['files'] as $i => &$file) {
|
||||
var_dump($file);
|
||||
$file['file_path'] = sprintf($config['board_path'], $board['uri']) . $config['dir']['img'] . $file['file'];
|
||||
$file['thumb_path'] = sprintf($config['board_path'], $board['uri']) . $config['dir']['thumb'] . $file['thumb'];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user