Muss ich das dann so einfügen? Oder muss ein Absatz vorher gemacht werden?#
#-----[ FIND ]---------------------------------------------
# around line 580
update_post_stats($mode, $post_data, $forum_id, $topic_id, $post_id, $user_id);
}
#
#-----[ AFTER, ADD ]---------------------------------------
# the Line have to be added AFTER the closing brace
$attachment_mod['posting']->insert_attachment($post_id);
update_post_stats($mode, $post_data, $forum_id, $topic_id, $post_id, $user_id);
} $attachment_mod['posting']->insert_attachment($post_id);