1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-15 03:05:26 +02:00
This commit is contained in:
Ryan Cramer
2019-10-16 05:41:45 -04:00
parent 71a726f13d
commit d7596426f8

View File

@@ -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;