Fixed the changes in order to register the class in the sysgeneric.php and bootstrap files

This commit is contained in:
Gustavo Cruz
2012-11-29 13:25:59 -04:00
parent 05d6a3181b
commit 81270e1567
2 changed files with 2 additions and 0 deletions

View File

@@ -250,6 +250,7 @@
G::LoadSystem('menu');
G::LoadSystem("xmlMenu");
G::LoadSystem('dvEditor');
G::LoadSystem('wysiwygEditor');
G::LoadSystem('controller');
G::LoadSystem('httpProxyController');
G::LoadSystem('pmException');