a.binder 8 лет назад
Родитель
Сommit
182e13846d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      SE/schema/WPS_Functions/send_email/send_email.xsl

+ 1 - 1
SE/schema/WPS_Functions/send_email/send_email.xsl

@@ -90,7 +90,7 @@
                         </mail>-->
                         <exec executable="mutt">
                             <xsl:attribute name="inputstring">${send_email.send_email_from_xml_parsed.build.xml.title}</xsl:attribute>
-                            <arg line='-a "${out.pdf}"'/>
+                            <arg line='-a "{$out.pdf}"'/>
                             <arg line='-s "Wiadomosc"'/>
                         </exec>
                     </target>