mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 01:54:12 +02:00
Batch Import can now read an .xml file of a matching name and use it's info during import for title and description. Batch XMLs will come later.
This commit is contained in:
@@ -158,7 +158,13 @@ class e_file
|
||||
{
|
||||
$omit = array($omit);
|
||||
}
|
||||
|
||||
if(count($omit))
|
||||
{
|
||||
$this->fileFilter = $omit;
|
||||
}
|
||||
}
|
||||
|
||||
while (false !== ($file = readdir($handle)))
|
||||
{
|
||||
if(is_dir($path.'/'.$file))
|
||||
|
Reference in New Issue
Block a user