goldsky / FileDownload-R

FileDownload snippet for MODX revolution
12 stars 7 forks source link

fix correct reference to config[] in filedownloadplugin.class.php #60

Closed studiovlijmscherp closed 1 year ago

studiovlijmscherp commented 7 years ago

Error in file: /core/components/filedownloadr/model/filedownloadr/filedownloadplugin.class.php

The reference to to $fileDownload->config[] array isn't correct. Should be: 45: $this->configs = $fileDownload->config;

instead of: 45: $this->configs = $fileDownload->configs;