Minor corrections
This commit is contained in:
parent
e3ac3cf7a3
commit
d434345c59
3 changed files with 7 additions and 2 deletions
|
@ -382,6 +382,11 @@
|
|||
|
||||
foreach($include_paths as $include_path)
|
||||
{
|
||||
if($include_path === '.')
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
try
|
||||
{
|
||||
if($filesystem->exists($include_path . DIRECTORY_SEPARATOR . 'ncc'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue