Fix: bad close
This commit is contained in:
parent
bf80dea8e9
commit
6aa7a6cd0c
@ -74,7 +74,7 @@ foreach($conf->file->dol_document_root as $searchdir)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
close($handle);
|
closedir($handle);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
print '<table class="noborder" width="100%">';
|
print '<table class="noborder" width="100%">';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user