Completed
Branch dev (8f9be9)
by
unknown
01:58
created
factory/_common/utility/base_utility/AdminPageFramework_Utility_Path.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
             'debug_backtrace',
76 76
             self::_getDebugBacktraceArguments()
77 77
         );
78
-        foreach( $_aBackTrace as $_aDebugInfo )  {
78
+        foreach( $_aBackTrace as $_aDebugInfo ) {
79 79
             $_aDebugInfo      = self::getAsArray( $_aDebugInfo ) + array( 'file' => '' ); // prevents an undefined index
80 80
             $_sCallerFilePath = $_aDebugInfo[ 'file' ];
81 81
             if ( in_array( $_sCallerFilePath, $_aRedirectedFilePaths ) ) {
Please login to merge, or discard this patch.