Fehler in Posting.php
Verfasst: 22.08.2006 18:43
Hallo, hab ein Fehler in der Posting.php
1136:
http://sueleymanka.su.funpic.de/rest/posting.txtposting.php on line 1136
1136:
//
// Topic review
//
if( $mode == 'reply' && $is_auth['auth_read'] )
{
require($phpbb_root_path . 'includes/topic_review.'.$phpEx);
topic_review($topic_id, true);
$template->assign_block_vars('switch_inline_mode', array());
$template->assign_var_from_handle('TOPIC_REVIEW_BOX', 'reviewbody');
}