1
0
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:
Moc
2013-06-20 11:28:39 +02:00
parent 7c8bfff0e3
commit ce4ef76754

View File

@@ -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;
} }