Adding XMLDocument class necesary to load forms
This commit is contained in:
@@ -464,6 +464,7 @@ if (defined( 'SYS_TEMP' ) && SYS_TEMP != '') {
|
|||||||
Bootstrap::LoadSystem( 'publisher' );
|
Bootstrap::LoadSystem( 'publisher' );
|
||||||
Bootstrap::LoadSystem( 'xmlform' );
|
Bootstrap::LoadSystem( 'xmlform' );
|
||||||
Bootstrap::LoadSystem( 'form' );
|
Bootstrap::LoadSystem( 'form' );
|
||||||
|
Bootstrap::LoadSystem( 'xmlDocument' );
|
||||||
Bootstrap::LoadSystem( 'menu' );
|
Bootstrap::LoadSystem( 'menu' );
|
||||||
require_once (PATH_METHODS . "login/sysLogin.php");
|
require_once (PATH_METHODS . "login/sysLogin.php");
|
||||||
die();
|
die();
|
||||||
|
|||||||
Reference in New Issue
Block a user