]> ruin.nu Git - ndwebbie.git/blobdiff - NDWeb/Pages/AddIntel.pm
default_escape on the templates
[ndwebbie.git] / NDWeb / Pages / AddIntel.pm
index 529d4c24ac7a98ed43c01ebf3a9250e779f8f2fa..834fb0d6250130b371c6ec062134c76c754732a2 100644 (file)
@@ -95,7 +95,7 @@ sub render_body {
                                }
                        }
                        if (my $thread = addForumThread $DBH,$board,$ND::UID,$subject){
-                               $error .= 'Intel message added' if addForumPost $DBH,$thread,$ND::UID,param('intel')
+                               $error .= 'Intel message added' if addForumPost $DBH,$thread,$ND::UID,param('intel')
                        }
                }
        }