서버 오류
Error #0 "Attempt to assign property "title" on null" in D:\xampp\htdocs\rx\widgets\content_extended\content_extended.class.php on line 1115
D:\xampp\htdocs\rx\common\framework\debug.php:681
아래와 같이 빨간색 글씨를 추가해준다.
unset($tab_item);
$tab_item = new stdClass();
if ($args->tab_showtype == 'category')
$tab_item->title = $content_items[$module_srl][0]->getCategory();
else
$tab_item->title = $content_items[$module_srl][0]->getBrowserTitle() ? : new stdClass();