JLoader _autoload()
method was private so all the classes extending it were forced to create their own private _autoload()
method.
This PR changed it to public:
#12478
Which causes a fatal error:
This is a backward compatibility break (in case we are really following it). Such change should be delayed to v4
Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-04-26 15:15:41 |
Closed_By | ⇒ | phproberto |
Status | Closed | ⇒ | New |
Closed_Date | 2017-04-26 15:15:41 | ⇒ | |
Closed_By | phproberto | ⇒ |
Closed_Date | 0000-00-00 00:00:00 | ⇒ |
Set to "open" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/15596
Category | ⇒ | Administration |
closed on request
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-04-26 16:29:12 |
Closed_By | ⇒ | rdeutz |
Closing this as I doubt anybody will have the face the same error and we can easily fix it on our next release changing the registered autoload function.
If someone faces the same issue and wants it to be reopened just add a comment.