Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
justincarter committed Jun 10, 2016
1 parent c514e9f commit 7e317e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webtop/conjuror/approve.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ $out:$
<cfset status = 'draft'>
<cfset permission = "approve,canApproveOwnContent">
<!--- send out emails informing object has been sent back to draft --->
<cfset application.factory.oVersioning.appvoeEmail_draft(objectid=stObj.objectid,comment=form.commentlog) />
<cfset application.factory.oVersioning.approveEmail_draft(objectid=stObj.objectid,comment=form.commentlog) />
<cfset active = 0>

<cfelseif url.status eq "requestApproval">
Expand Down

0 comments on commit 7e317e7

Please sign in to comment.