@@ -81,9 +81,9 @@ |
||
81 | 81 | 6, // the second parameter: limit |
82 | 82 | ) |
83 | 83 | ); |
84 | - foreach( $_aBackTrace as $_aDebugInfo ) { |
|
84 | + foreach( $_aBackTrace as $_aDebugInfo ) { |
|
85 | 85 | $_sCallerFilePath = $_aDebugInfo[ 'file' ]; |
86 | - if ( in_array( $_sCallerFilePath, $_aRedirectedFilePaths ) ) { |
|
86 | + if ( in_array( $_sCallerFilePath, $_aRedirectedFilePaths ) ) { |
|
87 | 87 | continue; |
88 | 88 | } |
89 | 89 | break; // catch the first found item. |