forked from liferealized/cfwheels-attachments
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes #3 Compatibility issues with CFWheels 1.4
- Loading branch information
Chris Peters
committed
Sep 1, 2015
1 parent
52f8375
commit ab25d00
Showing
5 changed files
with
86 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<cffunction name="init" access="public" output="false" returntype="any"> | ||
<cfset this.version = "1.1,1.1.1,1.2,1.1.3" /> | ||
<cffunction name="init" output="false"> | ||
<cfset this.version = "1.1,1.1.1,1.1.2,1.1.3,1.1.4,1.1.5,1.1.6,1.1.7,1.1.8,1.3,1.3.1,1.3.2,1.3.3,1.3.4,1.4,1.4.1,1.4.2"> | ||
|
||
<!--- setup defaults for our new methods ---> | ||
<cfset application.wheels.functions.validatesAttachmentPresenceOf = {message="[property] can't be empty"} /> | ||
<cfset application.wheels.functions.validatesAttachmentPresenceOf = { message="[property] can't be empty" }> | ||
|
||
<cfreturn this /> | ||
</cffunction> | ||
<cfreturn this> | ||
</cffunction> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters