Skip to content

Commit 899e4ae

Browse files
committed
disabled bug
1 parent 75a88f2 commit 899e4ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

append.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
foreach( $iterator as $file ) {
1212
if ( $file->getExtension() == "php") {
1313
$fileKey = pathinfo( $file->getFilename(), PATHINFO_FILENAME );
14-
if ( strpos( $fileKey, 'append' ) === 0 ) {
14+
if ( strpos( $fileKey, 'append' ) === 0 && strpos( $filePath, '.disabled/append' ) === false ) {
1515
$appendsArray[$fileKey] = $file->getPathname();
1616
}
1717
}

0 commit comments

Comments
 (0)