Skip to content
Snippets Groups Projects
  • Jaime Perez Crespo's avatar
    641da416
    Another bugfix: sometimes, very early during execution, a class with... · 641da416
    Jaime Perez Crespo authored
    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.
    641da416
    History
    Another bugfix: sometimes, very early during execution, a class with...
    Jaime Perez Crespo authored
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.