diff -r 35380c89b5bf -r 0e2e476e90e8 includes/sessions.php --- a/includes/sessions.php Sun Aug 01 12:41:45 2010 -0400 +++ b/includes/sessions.php Fri Aug 20 01:36:44 2010 -0400 @@ -3383,7 +3383,7 @@ { // Action $type depends on action $deps[$i] which cannot be satisfied because $deps[$i] is out of scope. // echo '
' . enano_debug_print_backtrace(true) . '
'; - trigger_error("acl_check_deps: $type depends on {$deps[$i]} which is not within scope of $paths->namespace; this indicates a bug in ACL rule specification", E_USER_WARNING); + trigger_error("acl_check_deps: $type depends on {$deps[$i]} which is not within scope of $paths->namespace; this indicates a bug in ACL rule specification. Backtrace:
" . htmlspecialchars(enano_debug_print_backtrace(true)) . "
", E_USER_WARNING); return false; } $deps = array_merge($deps, $this->acl_deps[$deps[$i]]);