Completed
Branch master (6ffb79)
by
unknown
05:36
created
factory/_common/utility/base_utility/AdminPageFramework_Utility_Path.php 1 patch
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -81,9 +81,9 @@
 block discarded – undo
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.
Please login to merge, or discard this patch.