Changeset 14461
- Timestamp:
- 01/17/08 13:04:21 (11 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.helper.reflector/reflector.php
r14459 r14461 28 28 function midcom_helper_reflector($src) 29 29 { 30 $this->_component = 'mid gard.admin.asgard';30 $this->_component = 'midcom.helper.reflector'; 31 31 parent::midcom_baseclasses_components_purecode(); 32 32 // Handle object vs string … … 715 715 if ($extends === false) 716 716 { 717 $extends = $GLOBALS['midcom_component_data']['mid gard.admin.asgard']['config']->get('class_extends');717 $extends = $GLOBALS['midcom_component_data']['midcom.helper.reflector']['config']->get('class_extends'); 718 718 // Safety against misconfiguration 719 719 if (!is_array($extends)) trunk/midcom/midcom.helper.reflector/reflector_tree.php
r14459 r14461 736 736 { 737 737 debug_push_class(__CLASS__, __FUNCTION__); 738 $root_exceptions_notroot = $GLOBALS['midcom_component_data']['mid gard.admin.asgard']['config']->get('root_class_exceptions_notroot');738 $root_exceptions_notroot = $GLOBALS['midcom_component_data']['midcom.helper.reflector']['config']->get('root_class_exceptions_notroot'); 739 739 // Safety against misconfiguration 740 740 if (!is_array($root_exceptions_notroot)) … … 808 808 } 809 809 unset($root_exceptions_notroot); 810 $root_exceptions_forceroot = $GLOBALS['midcom_component_data']['mid gard.admin.asgard']['config']->get('root_class_exceptions_forceroot');810 $root_exceptions_forceroot = $GLOBALS['midcom_component_data']['midcom.helper.reflector']['config']->get('root_class_exceptions_forceroot'); 811 811 // Safety against misconfiguration 812 812 if (!is_array($root_exceptions_forceroot))
