Open sources\components_public\downloads\lib\lib_topics.php and find:
$this->ipsclass->DB->simple_update( 'members', 'posts=posts+1', 'id='.intval( $mid ) );Change to:
$this->ipsclass->DB->simple_update( 'members', 'posts=posts+1', 'id='.intval( $file['file_submitter'] ) );Bug already reported and fixed on IP.Downloads 2.0!













