1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-24 23:50:11 +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,
'mod' => $mod,
'boardlist' => createBoardlist($mod),
'return' => ($mod ? '?' . $board['url'] . $config['file_index'] : $config['root'] . $board['dir'] . $config['file_index'])
));
}