diff -r 417e66a664d0 -r e154e8176700 includes/sessions.php --- a/includes/sessions.php Fri Dec 11 17:10:44 2009 -0500 +++ b/includes/sessions.php Fri Dec 11 17:11:47 2009 -0500 @@ -3372,6 +3372,7 @@ if ( !$this->check_acl_scope($deps[$i], $paths->namespace) ) { // 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 indicats a bug in ACL rule specification", E_USER_WARNING); return false; }