mirror of
https://github.com/processwire/processwire.git
synced 2025-08-15 03:05:26 +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
|
||||
*
|
||||
*/
|
||||
public function getModuleConfigInputfields(InputfieldWrapper $inputfields) {
|
||||
public function ___getModuleConfigInputfields(InputfieldWrapper $inputfields) {
|
||||
|
||||
if($this->className() != 'FieldtypeFile') return;
|
||||
|
||||
|
Reference in New Issue
Block a user