Skip to content

Commit

Permalink
Missing comma from throw attributes
Browse files Browse the repository at this point in the history
Missing comma in attributes that was causing error in Railo
  • Loading branch information
joebrislin committed Oct 2, 2012
1 parent 3d91f1b commit 1002d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/core/i18n/i18n.cfc
Expand Up @@ -37,7 +37,7 @@ component accessors="true" {
} else {
throw(
type="i18n",
message="Unable to find default messages properties file."
message="Unable to find default messages properties file.",
detail="We are unable to locate the default messages file 'default.properties' in the resource bundle path '#getSettingsBean().getRbPath()#'"
);
}
Expand Down

0 comments on commit 1002d75

Please sign in to comment.