mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
Possible fix for fatal error load_files() on signup
This commit is contained in:
@@ -770,8 +770,8 @@ function headerjs()
|
|||||||
}
|
}
|
||||||
</script>\n";
|
</script>\n";
|
||||||
|
|
||||||
global $cal;
|
//global $cal; // XXX - can this be removed completely?
|
||||||
$script_txt .= $cal->load_files();
|
//$script_txt .= $cal->load_files();
|
||||||
return $script_txt;
|
return $script_txt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user