includes/sessions.php
changeset 1157 e154e8176700
parent 1155 a1770361ef88
child 1160 c0e0a1787a63
--- 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 '<pre>' . enano_debug_print_backtrace(true) . '</pre>';
           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;
         }