User tests: Successful: Unsuccessful:
Currently, probably most admin modals are broken in 4.0 because of a broken component.php' template file and give
Call to a member function getTag() on string`
Changes the call so it uses $lang
instead of $this->language
. Same as done in index.php
.
What I don't understand is why we don't just use the string $this->language
. The only difference I see is that $lang->getTag()
returns en-GB
while $this->language
is the lowercased variant en-gb
. But maybe I miss something.
Test a modal or just apply &tmpl=component
to an URL in backend.
Works
Exception Call to a member function getTag() on string
None
Status | New | ⇒ | Pending |
Category | ⇒ | Administration Templates (admin) |
Ah shit
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-06-28 12:58:43 |
Closed_By | ⇒ | Bakual | |
Labels |
Added:
?
|
Duplicate of #16865