View file upload/library/XenForo/ViewAdmin/Notice/List.php
<?php
class XenForo_ViewAdmin_Notice_List extends XenForo_ViewAdmin_Base
{
public function renderHtml()
{
$this->_params['renderedOptions'] = XenForo_ViewAdmin_Helper_Option::renderPreparedOptionsHtml(
$this, $this->_params['options'], $this->_params['canEditOptionDefinition']
);
}
}