mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 20:57:26 +02:00
XML handler - old global caused installation troubles, killed (thanks Luceos)
This commit is contained in:
@@ -614,7 +614,7 @@ class xmlClass
|
|||||||
*/
|
*/
|
||||||
function loadXMLfile($fname, $parse = false, $replace_constants = false)
|
function loadXMLfile($fname, $parse = false, $replace_constants = false)
|
||||||
{
|
{
|
||||||
global $tp;
|
$tp = e107::getParser();
|
||||||
|
|
||||||
if (empty($fname))
|
if (empty($fname))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user