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

[Bug Fix] Config "replace" is failing to replace the $root variable #2

Closed
thinksaydo opened this issue Apr 2, 2013 · 2 comments
Closed

Comments

@thinksaydo
Copy link

When running the script, the config replace value is failing to replace the $root variable value.

Line 111 has:
if(in_array($root, $replace)){

Should be:
if(array_key_exists($root, $replace)){

barryvdh added a commit that referenced this issue Apr 3, 2013
@barryvdh
Copy link
Owner

barryvdh commented Apr 3, 2013

Oops, off course. Pushed a fix, thanks!

@barryvdh barryvdh closed this as completed Apr 3, 2013
@thinksaydo
Copy link
Author

Thanks Barry! Love what you've done with this package.

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

No branches or pull requests

2 participants