Reply to thread

The phrase open_report exists and is capitalized. Hmm.


prepareReport() in XenForo_ReportHandler_Abstract..

[php]

switch ($report['report_state'])

{

    case 'open': $report['reportState'] = new XenForo_Phrase('open'); break;

    /* ... */

}

[/php]


I don't have a phrase with the id 'open'.


Back
Top Bottom