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

Autoload using absolute paths #1

Merged
merged 1 commit into from
Mar 4, 2013
Merged

Conversation

tiefpunkt
Copy link
Contributor

We had an issue (derpware/derptracker#15) when using this library, which required us to change the path in the Autoloader.php. Upon closer examination, I figured this could be addressed by using absolute paths for loading classes, instead of relative paths.

This solves our issue, and should also not do any harm for other projects using this library.

nicoSWD pushed a commit that referenced this pull request Mar 4, 2013
Autoload with absolute path
@nicoSWD nicoSWD merged commit 8050368 into nicoSWD:master Mar 4, 2013
@nicoSWD
Copy link
Owner

nicoSWD commented Mar 4, 2013

Looks good, thank you! I'll merge your pull request.

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

Successfully merging this pull request may close these issues.

None yet

2 participants