We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Extra whitespace in a variable_get() call, e.g.,
variable_get()
return variable_get('coder_upgrade_test_snack', 'garibaldi' ); // note extra space before last paren
leads to a "dynamic value..." entry in the config json file. (But it doesn't crash, like #47 does).
As with #47, the easy workaround is to do a search-and-replace to remove the extra whitespace before running Coder Upgrade.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Extra whitespace in a
variable_get()
call, e.g.,leads to a "dynamic value..." entry in the config json file. (But it doesn't crash, like #47 does).
As with #47, the easy workaround is to do a search-and-replace to remove the extra whitespace before running Coder Upgrade.
The text was updated successfully, but these errors were encountered: