Index: branches/unlabeled/unlabeled-1.17.2/core/kernel/utility/event.php =================================================================== diff -u -r7803 -r7874 --- branches/unlabeled/unlabeled-1.17.2/core/kernel/utility/event.php (.../event.php) (revision 7803) +++ branches/unlabeled/unlabeled-1.17.2/core/kernel/utility/event.php (.../event.php) (revision 7874) @@ -302,9 +302,6 @@ } if (!$section) { - if ($this->Application->isDebugMode()) { - $this->Application->Debugger->appendTrace(); - } trigger_error('Permission section not specified for prefix '.$top_prefix.'', E_USER_ERROR); } return $section;