diff --git a/source/plg_system_t3/includes/depend/t3folderlist.php b/source/plg_system_t3/includes/depend/t3folderlist.php index eec158768e..3c45ff6398 100644 --- a/source/plg_system_t3/includes/depend/t3folderlist.php +++ b/source/plg_system_t3/includes/depend/t3folderlist.php @@ -54,7 +54,7 @@ protected function getOptions() $options = array(); $vals = array(); // get all path in template - $paths = T3Path::getAllPath ($path); + $paths = T3Path::getAllPath ($path, true); foreach ($paths as $path) { $this->directory = $this->element['directory'] = JPath::clean($path); $tmps = parent::getOptions();