Closed trk closed 4 years ago
Changed line 1072
if(in_array('titlePrefix', $this->data['styleAdminType'])) {
with
if(is_array($this->data['styleAdminType']) && in_array('titlePrefix', $this->data['styleAdminType'])) {
Hi @trk - you've upgraded Tracy from a really old version - please just visit the module's settings page and hit save and it will fix this error.
Changed line 1072
with