1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-15 10:02:02 +02:00

Fixes #602 - fatal error on 'reported forum posts' in admin. Needs updating to $frm standards.

This commit is contained in:
Moc 2014-05-26 12:18:18 +02:00
parent 84cd4e2bb5
commit d7176c303f

View File

@ -1273,9 +1273,10 @@ class forumAdmin
$ns->tablerender(FORLAN_62, $mes->render() . $text);
}
function show_reported ($sub_action, $id)
function show_reported ($sub_action, $id) // FIXME - $id does not seem to be in use.. remove?
{
global $rs; // FIX replace by $frm
//global $rs; // FIX replace by $frm
$rs = new form; // FIXME - update to $frm
$sql = e107::getDb();
$ns = e107::getRender();
$tp = e107::getParser();