1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-16 11:02:40 +01:00

ukko: this return thingy wasn`t needed

This commit is contained in:
czaks 2014-04-30 18:28:14 +02:00
parent d4753786c7
commit 7ab87343b7

View File

@ -96,7 +96,6 @@
'body' => $body, 'body' => $body,
'mod' => $mod, 'mod' => $mod,
'boardlist' => createBoardlist($mod), 'boardlist' => createBoardlist($mod),
'return' => ($mod ? '?' . $board['url'] . $config['file_index'] : $config['root'] . $board['dir'] . $config['file_index'])
)); ));
} }