
09-29-2008, 10:43 AM
|
|
|
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by IrPr
Entry Reporting is buggy even in 2.3.0 Alpha cause of wrong var name in "doreport" action
local_links_action.php(2868)
Find:
PHP Code:
$mods = ldm_fetch_moderators($catid, $report_users, ldm_lookup_setting($thiscatid, report_email));
Replace with:
PHP Code:
$mods = ldm_fetch_moderators($catid, $report_users, ldm_lookup_setting($catid, report_email));
|
Noted, thanks
|