Skip to content

Commit

Permalink
Change backtrace limit from 10 to 15
Browse files Browse the repository at this point in the history
  • Loading branch information
gjwnc committed May 15, 2019
1 parent 92cc9aa commit a1e19a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function matchesSubject(PrivilegeSubjectInterface $subject)
// - CreateBefore, CreatAfter -> apply()
// - Node(Interface) -> copyBefore, copyAfter
// - NodeOperations -> create
$backtrace = debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS, 10);
$backtrace = debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS, 15);
foreach ($backtrace as $item) {
if (isset($item['class'])) {
if (
Expand Down

0 comments on commit a1e19a3

Please sign in to comment.