12
to allow submitter to be able to rate their own downloads.
open wfdownloads/ratefile.php
find on line 42 & REMOVE the following (or comment it out):
if ($download->getVar('submitter') == $ratinguser)
{
redirect_header("index.php", 4, _MD_WFD_CANTVOTEOWN);
exit();
}