public
Description: Git mirror of the CMS Made Simple 2.0 rewrite
Homepage: http://cmsmadesimple.org
Clone URL: git://github.com/tedkulp/cmsmadesimple-2-0.git
Changed the system modules array


git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@3319 
3d254a34-79dc-0310-9e5f-be208747d8a0
calguy1000 (author)
Thu Aug 17 18:34:40 -0700 2006
commit  66a810b3979a349dc755c269b570f3258c964141
tree    935529253be82cf8e05e114593f6b7a28f0ec662
parent  1223b6344507711ee77d1a39f656162b0c1eef4b
...
120
121
122
123
124
 
125
126
127
...
120
121
122
 
 
123
124
125
126
0
@@ -120,8 +120,7 @@ class CmsObject {
0
   function CmsObject()
0
   {
0
    $this->cmssystemmodules =
0
- array( 'Search', 'nuSOAP', 'CMSMailer', 'News', 'MenuManager', 'ThemeManager',
0
- 'ModuleManager', 'FckEditorX' );
0
+ array( 'nuSOAP', 'MenuManager', 'ModuleManager' );
0
    $this->modules = array();
0
    $this->errors = array();
0
    $this->nls = array();

Comments

    No one has commented yet.