I have the following tag: echo '{slider title-closed="Click for instructions." class="icon" title-open="Click to hide instructions."' . ($closed ? ' open="false"}' : '}');
I am getting an error reported: Undefined property: stdClass::$title in /home/xxxxxx/public_html/plugins/system/tabsaccordions/src/Sets.php on line 633
I don't believe it is causing any issues. Everything is up to date and I have error reporting set to Simple. When I set error reporting to none the warning goes away.