1
0
mirror of https://github.com/e107inc/e107.git synced 2025-06-06 02:46:42 +02:00

Possible fix for fatal error load_files() on signup

This commit is contained in:
Moc 2013-06-20 11:28:39 +02:00
parent 7c8bfff0e3
commit ce4ef76754

View File

@ -770,8 +770,8 @@ function headerjs()
}
</script>\n";
global $cal;
$script_txt .= $cal->load_files();
//global $cal; // XXX - can this be removed completely?
//$script_txt .= $cal->load_files();
return $script_txt;
}