Changeset 11947
- Timestamp:
- 08/31/07 12:24:53 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.core/midcom/baseclasses/components/interface.php
r11910 r11947 435 435 if (! $data) 436 436 { 437 debug_add("Could not load the file {$this->_component_path}/config/{$this->_config_snippet_name}.inc, assuming empty default configuration",438 MIDCOM_LOG_WARN);437 //debug_add("Could not load the file {$this->_component_path}/config/{$this->_config_snippet_name}.inc, assuming empty default configuration", 438 // MIDCOM_LOG_WARN); 439 439 $data = Array(); 440 440 }
