mirror of
https://github.com/processwire/processwire.git
synced 2025-08-17 12:10:45 +02:00
Fix issue processwire/processwire-issues#995
This commit is contained in:
@@ -1224,7 +1224,7 @@ class FieldtypeFile extends FieldtypeMulti implements ConfigurableModule {
|
|||||||
* @param InputfieldWrapper $inputfields
|
* @param InputfieldWrapper $inputfields
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public function getModuleConfigInputfields(InputfieldWrapper $inputfields) {
|
public function ___getModuleConfigInputfields(InputfieldWrapper $inputfields) {
|
||||||
|
|
||||||
if($this->className() != 'FieldtypeFile') return;
|
if($this->className() != 'FieldtypeFile') return;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user