Skip to content

Commit

Permalink
Fix custom Theme not available after update to Joomla 3.9.16
Browse files Browse the repository at this point in the history
  • Loading branch information
trananhmanh89 authored Mar 12, 2020
1 parent b0d3ccd commit f7fe903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/plg_system_t3/includes/depend/t3folderlist.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit f7fe903

Please sign in to comment.