From 8909b514419a080128b6f38b01857c21e4dc49a4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 12 Mar 2009 18:12:56 +0000 Subject: [PATCH] We should continue and not break the while() loop when an excluded folder/file was found --- inc/inc-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/inc-functions.php b/inc/inc-functions.php index 14d1ab2639..d67257fda8 100644 --- a/inc/inc-functions.php +++ b/inc/inc-functions.php @@ -75,7 +75,7 @@ function GET_DIR_AS_ARRAY ($baseDir, $prefix, $includeDirs = false, $addBaseDir //echo '
$baseDir:'.print_r(constant('PATH') . $baseDir, true).'
'; //echo '
constant(\'PATH\'):'.print_r(constant('PATH'), true).'
'; //echo '
$FQFN:'.print_r($FQFN, true).'
'; - break; + continue; } // END - if // Construct include filename and FQFN -- 2.39.2