]> bicyclesonthemoon.info Git - ott/mirror/commitdiff
fix wrong field in converting posts
authorb <rowerynaksiezycu@gmail.com>
Sat, 12 Aug 2023 17:51:27 +0000 (17:51 +0000)
committerb <rowerynaksiezycu@gmail.com>
Sat, 12 Aug 2023 17:51:27 +0000 (17:51 +0000)
bot2m.1.pl

index 573d6a7cec7f40229d5a43b615089da73da67d49..2edbb5796de6a0daf1e9dc009d12e2d9e004e523 100644 (file)
@@ -97,7 +97,7 @@ if (opendir $dh, encode('locale_fs', MPOST_PATH)) {
                                $new_post{'content'} = $new_message;
                                $new_post{'username'} = url_decode($post{'username'});
                                $new_post{'password'} = url_decode($post{'password'});
-                               $new_post{'subject'}  = url_decode($post{'password'});
+                               $new_post{'subject'}  = url_decode($post{'subject'});
                                if ($post{'disable_bbcode'}) {
                                        $new_post{'bbcode'} = '0';
                                }