Changeset 12799
- Timestamp:
- 10/14/07 22:14:29 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.core/midcom/helper/_basicnav.php
r12408 r12799 449 449 return null; 450 450 } 451 //debug_print_r("Nodedata: ",$nodedata, MIDCOM_LOG_ERROR); 451 452 452 453 // Now complete the node data structure, we need a metadata object for this: … … 1001 1002 { 1002 1003 debug_push_class(__CLASS__, __FUNCTION__); 1003 debug_add("Node #{$topic->id} is not in the MidCOM content tree #{$this->_root}. Aborting", MIDCOM_LOG_ ERROR);1004 debug_add("Node #{$topic->id} is not in the MidCOM content tree #{$this->_root}. Aborting", MIDCOM_LOG_WARN); 1004 1005 debug_pop(); 1005 1006 return MIDCOM_ERRNOTFOUND; … … 1040 1041 case MIDCOM_ERRFORBIDDEN: 1041 1042 debug_push_class(__CLASS__, __FUNCTION__); 1042 debug_add("The Node {$uptopic->id} is invisible, could not satisfy the the dependency chain to Node #{$node_id}", MIDCOM_LOG_ ERROR);1043 debug_add("The Node {$uptopic->id} is invisible, could not satisfy the the dependency chain to Node #{$node_id}", MIDCOM_LOG_WARN); 1043 1044 debug_pop(); 1044 1045 return MIDCOM_ERRFORBIDDEN;
