Save copy of Warning Message in a predefined forum?
Yes
I got this error when issue a warn with the above option Enable, the warning is still made, but no copy of Warning Message sent to a predefined forum
Fatal error: Only variables can be passed by reference in /home/yancom/public_html/music/includes/functions_warning.php on line 600
Line 600 : $destforum = verify_id('forum', intval($vbulletin->options['warn_savecopyforum']));
PHP Code:
if ((($vbulletin->options['warn_savecopy']=='1' AND ($alert=='No' OR $alert=='')) or ($vbulletin->options['warn_savecopyalert']=='1' AND $alert=='Yes')) AND $vbulletin->options['warn_savecopyforum']!='')
{
require_once('./includes/functions_databuild.php');
$destforum = verify_id('forum', intval($vbulletin->options['warn_savecopyforum']));
$newforuminfo = fetch_foruminfo($destforum);
if (!$newforuminfo['cancontainthreads'] OR $newforuminfo['link'])
{
eval(standard_error(fetch_error('error_moveillegalforum')));
}