mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-12-02 18:08:21 +00:00
Fix backslash in paths on Windows
This commit is contained in:
parent
56363f5a09
commit
f6df5dc520
@ -172,7 +172,6 @@ class JedcheckerRulesJexec extends JEDcheckerRule
|
||||
*/
|
||||
protected function files($path)
|
||||
{
|
||||
$path = JPath::clean($path);
|
||||
$arr = array();
|
||||
|
||||
// Read the source directory
|
||||
|
Loading…
Reference in New Issue
Block a user