forum.module, line 425: one of the possible files to be included is reportpost.php, but this file is missing in uieforum-4.6.0.tar.gz
if($c == 'showthread' || $c == 'newthread' || $c == 'newpost' || $c == 'editpost' || $c == 'reportpost')
{
$editpost = false;
if($c == 'newthread' || $c == 'newpost' || $c == 'editpost')
{
if($c == 'editpost') $editpost = true;
if($c == 'newthread' || $c == 'editpost') $c = 'newpost';
}
ThisPage('&c='.$c);
include($c.'.php');
}
Comments
Comment #1
daniel.hunt commented*ugh* This is _SO_ my fault :)
I must've removed that from the repository aswell as the rest of the files when I was updating the whole thing!
I'll re-add it as soon as I get home tonight - sorry!
Comment #2
daniel.hunt commentedThis should be all fine now!
Comment #3
daniel.hunt commentedComment #4
(not verified) commented