1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-16 04:24:42 +01:00
skcihmit 690e197f69 Update forum_post.php
under function updateReply()
$url = e107::url('forum','topic',$this->data,true);
to
$url = e107::url('forum','topic',$this->data);

With true at the end, I get the redirect url creating a recursive e107_plugins/forum within the url and causing a 404.
2015-06-21 12:06:52 +10:00
..
2013-06-20 19:25:30 -07:00
2015-01-30 23:43:15 -08:00
2015-01-30 18:14:06 -08:00
2013-04-19 15:43:07 +02:00
2015-02-15 16:07:27 -08:00
2015-01-30 18:14:06 -08:00
2015-06-21 12:06:52 +10:00