User tests: Successful: Unsuccessful:
The method getTemplate() implemented in CMSApplication, SiteApplication and AdministratorApplication wants a bool as unique parameter.
Currently there are a few occurrences where a string is passed instead, which incidentally assumes the intended value (true) when implicitly converted to bool:
(bool)'template' → true
To be merged on code review.
Fixed on 4.0 too.
| Status | New | ⇒ | Pending |
| Category | ⇒ | Administration com_templates Front End com_config |
| Status | Pending | ⇒ | Fixed in Code Base |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-02-07 00:04:22 |
| Closed_By | ⇒ | zero-24 | |
| Labels |
Added:
?
|
||
Merged on review. Thanks.