Changeset 13318
- Timestamp:
- 11/07/07 16:57:06 (1 year ago)
- Files:
-
- trunk/midcom/midcom.core/midcom.php (modified) (1 diff)
- trunk/midcom/midcom.core/midcom/application.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.core/midcom.php
r13314 r13318 165 165 166 166 $_MIDCOM = new midcom_application(); 167 $_MIDCOM->auth = $auth; 167 168 //$GLOBALS['midcom'] =& $_MIDCOM; 168 169 $_MIDCOM->initialize(); trunk/midcom/midcom.core/midcom/application.php
r13295 r13318 429 429 430 430 // Start-up some of the services 431 $this->auth->initialize();432 431 $this->toolbars->initialize(); 433 432 $this->dbclassloader->load_classes('midcom', 'legacy_classes.inc'); … … 487 486 $this->dbfactory = new midcom_helper__dbfactory(); 488 487 $this->style = new midcom_helper__styleloader(); 489 $this->auth = new midcom_services_auth();490 488 491 489 // These can be refactored behind serviceloader
