Skip to content

Commit

Permalink
got a little overzealous with obsoleting deprecated functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Tuttle committed Aug 30, 2013
1 parent c0f3479 commit 50fc149
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/api.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -1006,6 +1006,10 @@
</cfif>
</cffunction>

<cffunction name="getGlobalHeaders" access="private" output="false" returntype="Struct">
<cfreturn application._taffy.settings.globalHeaders />
</cffunction>

<cfif NOT isDefined("getComponentMetadata")>
<!--- workaround for platforms where getComponentMetadata doesn't exist --->
<cffunction name="tmp">
Expand Down

0 comments on commit 50fc149

Please sign in to comment.