Julian Prud'homme 18 years ago
parent 33537ee711
commit 84a849abbc
  1. 1
      main/forum/viewthread.php

@ -276,6 +276,7 @@ if ($message<>'PostDeletedSpecial') // in this case the first and only post of t
break;
case 'nested':
include_once('viewthread_nested.inc.php');
break;
default:
include_once('viewthread_flat.inc.php');
break;

Loading…
Cancel
Save