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

daniel.hunt’s picture

Assigned: Unassigned » daniel.hunt

*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!

daniel.hunt’s picture

This should be all fine now!

daniel.hunt’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)