Skip to content
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

Use single quoted strings to fix config file generation. #32

Merged
merged 1 commit into from
Apr 27, 2016
Merged

Conversation

markstory
Copy link
Member

The config file templates can't use "" as constants are interpolated into those strings by PHP. Instead we have to use '' strings. This change also removes the duplicated templates as having 3 copies of the template made this problem much harder to track down and fix.

Refs #30

The config file templates can't use "" as constants are interpolated
into those strings by PHP. Instead we have to use '' strings. This
change also removes the duplicated templates as having 3 copies of the
template made this problem much harder to track down and fix.

Refs #30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants