User tests: Successful: Unsuccessful:
Pull Request for Issue #23702
$size = count($explodeArray);
(line 568) has a minimal value 2
and $explodeArray[$size - 2]
(line 569) will not throw a waning.Code review after reading #23702 (comment)
Or build your custom update/full package with this pr applied and follow instructions in #23702 (comment)
Test with "Joomla Patch Tester"? NO. Not possible.
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_templates |
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
Status "Ready To Commit".
Labels |
Added:
?
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-04-22 22:31:08 |
Closed_By | ⇒ | wilsonge | |
Labels |
Removed:
J4 Issue
|
Thanks!
I have tested this PR. But I did it a different way:
I saw this error message in template manager after renaming an override file form
default.php
todefault9.php
. And after that I saw this error every time I clicked on the filename for opening the filedefault9.php
in the template manager.After applying this patch everything works fine. If this type of test is also OK, then Patch Tester could be used.