Tuurlijk / typo3scan

Scans TYPO3 extensions for usage of deprecated and or changed code
MIT License
94 stars 17 forks source link

[BUGFIX] Infinite loop on Windows path #13

Closed susannemoog closed 6 years ago

susannemoog commented 6 years ago

Fixes an infinite loop when a windows path is given.

(\dirname($path) is never empty, as D:\foo\bar will be reduced to D and then gets stuck.

Tuurlijk commented 6 years ago

Thx! ;-)