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:
parent
7c8bfff0e3
commit
ce4ef76754
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user