There is an warning Joomla 6.0.3 with PHP 8.4.x:
PHP Warning: Undefined array key "" in .../libraries/src/MVC/View/AbstractView.php on line 197
This warning is always displayed if no default model is defined. In this case, it might be better to return null.
if ($this->_defaultModel===null) return null;
| Labels |
Removed:
?
|
||
| Labels |
Added:
No Code Attached Yet
|
||