Library manager implementation #195

Merged
Llewellyn merged 24 commits from staging into master 2017-12-12 13:31:16 +00:00
Showing only changes of commit ba07f1aae3 - Show all commits

View File

@ -1130,7 +1130,7 @@ class Structure extends Get
{ {
$this->fileContentStatic['###EXSTRA_MEDIA_FOLDERS###'] = ''; $this->fileContentStatic['###EXSTRA_MEDIA_FOLDERS###'] = '';
} }
if (count($pathArray) >= 1 && $firstFolder === 'media') if (count($pathArray) == 1 && $firstFolder === 'media')
{ {
$this->fileContentStatic['###EXSTRA_MEDIA_FOLDERS###'] .= PHP_EOL."\t\t<folder>".$lastFolder."</folder>"; $this->fileContentStatic['###EXSTRA_MEDIA_FOLDERS###'] .= PHP_EOL."\t\t<folder>".$lastFolder."</folder>";
} }