make sure to backup all of your files and your database before updating/replacing this is a really small update, just follow the instructions below or replace the files listed at the bottom # # ---- [ OPEN ] --------------- # functions.php # # ---- [ FIND ] --------------- # $sql = "select poll_option_id from `" . $ftable_prefix . "polls` where uid = '$f_auth_uid';"; # # ---- [ REPLACE WITH ] --------------- # $sql = "select poll_option_id from `" . $ftable_prefix . "polls` where uid = '$f_auth_uid' and poll_option_id in (select id from `" . $ftable_prefix . "poll_options` where tid = '$tid');"; # # ---- [ OPEN (in all languages) ] --------------- # lang/.../common.lang.php # # ---- [ FIND ] --------------- # 'forumnotfound' => # # ---- [ REPLACE WITH ] --------------- # 'forum_notfound' => # # ---- [ SAVE AND CLOSE FILE ] --------------- # ---- - Modified files ---- functions.php lang/de/common.lang.php lang/en/common.lang.php lang/fr/common.lang.php and that's it :)