Changeset 1272
- Timestamp:
- 06/29/05 08:52:23 (3 years ago)
- Files:
-
- branches/branch-2_4/lib/midcom/helper/_basicnav.php (modified) (1 diff)
- branches/branch-2_4/support/makedist.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/branch-2_4/lib/midcom/helper/_basicnav.php
r1250 r1272 1110 1110 1111 1111 case MIDCOM_ERRFORBIDDEN: 1112 if ($this->_lastgoodnode == -1) 1113 { 1114 // Hot fix for #248, MidCOM will loop infinitly if we don't catch this case. 1115 // Will be superseeded by the ACL framework in the future. 1116 $GLOBALS['midcom']->generate_error(MIDCOM_ERRFORBIDDEN, 1117 "Access Denied: The root node is not accessible to you. This might be due to viewer groups, see debug level log for details."); 1118 // this will exit. 1119 } 1112 1120 debug_add("The current node is hidden behind a undecendable one.", MIDCOM_LOG_INFO); 1113 debug_add("Activating last good node ( " . $this->_lastgoodnode . ") as current node");1121 debug_add("Activating last good node ({$this->_lastgoodnode}) as current node"); 1114 1122 $this->_current = $this->_lastgoodnode; 1115 1123 break; branches/branch-2_4/support/makedist.sh
r958 r1272 32 32 cp -prv ../../../external-tools . >> $logfile 2>&1 33 33 cp -prv ../../../tarball-docs/* . >> $logfile 2>&1 34 cp -prv ../../autoconf.php external-tools >> $logfile 2>&1 34 35 mkdir midcom-template 35 36 cp -v ../../../midcom-template/midcom-template.xml midcom-template >> $logfile 2>&1
