Adding XMLDocument class necesary to load forms

This commit is contained in:
user
2012-11-13 09:53:17 -04:00
parent 395ed9c2f3
commit 11eba12804

View File

@@ -464,6 +464,7 @@ if (defined( 'SYS_TEMP' ) && SYS_TEMP != '') {
Bootstrap::LoadSystem( 'publisher' );
Bootstrap::LoadSystem( 'xmlform' );
Bootstrap::LoadSystem( 'form' );
Bootstrap::LoadSystem( 'xmlDocument' );
Bootstrap::LoadSystem( 'menu' );
require_once (PATH_METHODS . "login/sysLogin.php");
die();