mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-12-03 18:38:30 +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)
|
protected function files($path)
|
||||||
{
|
{
|
||||||
$path = JPath::clean($path);
|
|
||||||
$arr = array();
|
$arr = array();
|
||||||
|
|
||||||
// Read the source directory
|
// Read the source directory
|
||||||
|
Loading…
Reference in New Issue
Block a user