1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

XML handler - old global caused installation troubles, killed (thanks Luceos)

This commit is contained in:
secretr
2010-02-16 21:35:09 +00:00
parent d9f71d9b10
commit c45cd4583b

View File

@@ -614,7 +614,7 @@ class xmlClass
*/
function loadXMLfile($fname, $parse = false, $replace_constants = false)
{
global $tp;
$tp = e107::getParser();
if (empty($fname))
{