src/strip.vala
authorAlan Knowles <alan@roojs.com>
Fri, 4 May 2018 05:31:17 +0000 (13:31 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 4 May 2018 05:31:17 +0000 (13:31 +0800)
src/strip.vala

index 39d69b6..087f578 100644 (file)
@@ -492,8 +492,7 @@ public class Strip : GLib.Object {
                                ) as result
       """.printf(
                int.parse(file_id),
-                        this.mysql_escape( stored),
-                       this.mysql_escape(this.active_message_x_mailfort_sig)
+                        this.mysql_escape( stored)
                ));   
                          
                
@@ -502,7 +501,7 @@ public class Strip : GLib.Object {
         rep.set_filename(filename);
         var txt = "<html><body>"+
             "<a href=\"" + StripApplication.opt_replace_link + "/" +
-                       file_id + "/" + create_dir + "/"+chksum+"/"+ GLib.Uri.escape_string( filename) +"\">" + 
+                       file_id + "/" + this.create_dir + "/"+chksum+"/"+ GLib.Uri.escape_string( filename) +"\">" + 
             GLib.Uri.escape_string( filename) + // fixme needs html escaping...
             "</a>" +
             "</body></html>";