User tests: Successful: Unsuccessful:
MenuHelper::getList()
doesn't cache menu items because $key
variable is overwritten in foreach
block.
Enable Joomla caching, log in, load any page with cached menu module.
See that menu items cache file is regenerated on each page load.
Menu items cache file stays same.
No.
Status | New | ⇒ | Pending |
Category | ⇒ | Modules Front End |
Restarted, good find.
I don't understand :-) but it is my limit.
Why is this solved only renaming $key to $cachekey?
Why is this solved only renaming $key to $cachekey?
There is an foreach in-between that uses $key, you have to view the whole file and not only the change
Why is this solved only renaming $key to $cachekey?
There is an foreach in-between that uses $key, you have to view the whole file and not only the change
Ah, thanks! I found it!
Labels |
Added:
?
?
|
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
?
?
Removed: ? ? |
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-03-03 03:03:33 |
Closed_By | ⇒ | bembelimen |
Thx
Can somebody restart AppVeyor?