We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75a88f2 commit 899e4aeCopy full SHA for 899e4ae
1 file changed
append.php
@@ -11,7 +11,7 @@
11
foreach( $iterator as $file ) {
12
if ( $file->getExtension() == "php") {
13
$fileKey = pathinfo( $file->getFilename(), PATHINFO_FILENAME );
14
- if ( strpos( $fileKey, 'append' ) === 0 ) {
+ if ( strpos( $fileKey, 'append' ) === 0 && strpos( $filePath, '.disabled/append' ) === false ) {
15
$appendsArray[$fileKey] = $file->getPathname();
16
}
17
0 commit comments