Skip to content
Snippets Groups Projects
Commit 641da416 authored by Jaime Perez Crespo's avatar Jaime Perez Crespo
Browse files

Another bugfix: sometimes, very early during execution, a class with...

Another bugfix: sometimes, very early during execution, a class with namespaces might not be autoloaded yet, and if we are asked to load the old class without namespaces, it will fail. Make it load the file corresponding to the class first, and see if it exists then. If not, try to see if it has been migrated to namespaces, and create the alias then.
parent 3424aced
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment