Skip to content

Commit

Permalink
Modified insstall.ccfc
Browse files Browse the repository at this point in the history
  • Loading branch information
cfmitrah committed Mar 26, 2018
1 parent ed6d23f commit 93caa1c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.number
@@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit!
#Sat Mar 24 14:32:18 IST 2018
build.number=35
#Mon Mar 26 17:39:57 IST 2018
build.number=38
4 changes: 2 additions & 2 deletions source/Install.cfc
Expand Up @@ -17,12 +17,12 @@
source="#path#tags/#tag#"
destination="#serverPath#/library/tag/">
</cfloop>
<cfdirectory action="copy" directory="#path#tags/pdfform" destination="#serverPath#/library/tag/" />
<cfdirectory action="copy" directory="#path#tags/pdfform/" destination="#serverPath#/library/tag/pdfform/" recurse="true" />

<cfsavecontent variable="temp">
<cfoutput>
<p>Tag correctly installed. You will need to Restart Lucee for the functions to work.</p>
</cfoutput>
</cfoutput>
</cfsavecontent>

<cfset result.message = temp />
Expand Down
Binary file not shown.
Binary file modified target/extension.zip
Binary file not shown.

0 comments on commit 93caa1c

Please sign in to comment.