litespeedtech / lscache-joomla

LSCache plugin for Joomla
30 stars 17 forks source link

J5.1.1 + Lscache 1.5.1 Warning Undefined property #68

Open M-Falken opened 1 month ago

M-Falken commented 1 month ago

Hi, just a warning PHP Warning: Undefined property: Joomla\CMS\Table\Module::$element in plugins/system/lscache/lscache.php on line 726

Does public $element; missing at start ?

Thanks, best regards Joomla 5.1.1 + Lscache 1.5.1 + PHP 8.3.6

M-Falken commented 1 month ago

or this ? if (isset($row->element) && $row->element == 'com_lscache') {