-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MISSING_VAR reports cfmail() attributes #482
Comments
same problem with this syntax:; |
@eppinger or @TheRealAgentK, is that syntax with missing commas legit? Does this apply to ALL function calls? |
@ryaneberly This is another difference between ACF and Lucee/Railo. ACF requires the commas, but Lucee does not. |
Thanks @KamasamaK, Does this apply to all functions, or just tags?
…On Sat, Nov 25, 2017 at 12:44 AM, KamasamaK ***@***.***> wrote:
@ryaneberly <https://github.com/ryaneberly> This is another difference
between ACF and Lucee. ACF requires the commas, but Lucee does not.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#482 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AFtZu6Fy57Av7fIn9tH1meH7uuR1HO2aks5s56kfgaJpZM4QLu64>
.
|
This appears to only apply to tags. |
I added tests to confirm, this seems to be fixed in dev with the latest cfparser |
sample:
cfmail( from="[email protected]", to="[email protected]" subject="#subjectText#" type="html" ){
}
reports
Variable from is not declared with a var statement., etc
The text was updated successfully, but these errors were encountered: