Changeset 7378 for trunk/src/includes/admin/tools/converter.php
- Timestamp:
- 11/22/2025 06:05:25 AM (4 months ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/tools/converter.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/tools/converter.php
r7361 r7378 32 32 // Look for the converter file in the converters directory 33 33 if ( false !== $curdir ) { 34 35 // phpcs:ignore Generic.CodeAnalysis.AssignmentInCondition.FoundInWhileCondition 34 36 while ( $file = readdir( $curdir ) ) { 35 37 if ( stristr( $file, '.php' ) && stristr( $file, 'index' ) === false ) {
Note: See TracChangeset
for help on using the changeset viewer.