Update conf.class.php

This commit is contained in:
Laurent Destailleur 2020-02-05 20:42:44 +01:00 committed by GitHub
parent 7cc959e316
commit 4a07740601
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -311,7 +311,7 @@ class Conf
{
if (! empty($this->$module->enabled))
{
foreach($dirs as $type => $name)
foreach($dirs as $type => $name) // $type is 'output' or 'temp'
{
$multidirname = 'multidir_'.$type;
$dirname = 'dir_'.$type;