I just installed Quick Title Edition. When I go to edit a post or do anything that has to do with posting I get this error:
Here's line 1289, before and after it:
Is it somehting in PhpBB 3.0.6?
Parse error: syntax error, unexpected T_VARIABLE in /home/badandon/public_html/posting.php on line 1289
Here's line 1289, before and after it:
//-- mod : quick title edition -------------------------------------------------
//-- add
$template->assign_vars(array(
'S_TOPIC_ATTR' => !empty($post_data['attr_id']) ? true : false,
'TOPIC_ATTRIBUTE' => $qte->attr( implode(',', array($post_data['attr_id'], $user->data['user_id'], $current_time)) ),
));
//-- fin mod : quick title edition ---------------------------------------------
Is it somehting in PhpBB 3.0.6?







