File tree Expand file tree Collapse file tree
files/lib/system/exporter Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ final class PhpBB31xExporter extends AbstractExporter
3333 'phpbb_occupation ' ,
3434 'phpbb_facebook ' ,
3535 'phpbb_twitter ' ,
36- 'phpbb_googleplus ' ,
3736 ];
3837
3938 private const TOPIC_TYPE_GLOBAL = 3 ;
@@ -425,9 +424,6 @@ public function exportUsers($offset, $limit)
425424 case 'phpbb_twitter ' :
426425 $ profileField ['field_id ' ] = 'twitter ' ;
427426 break ;
428- case 'phpbb_googleplus ' :
429- $ profileField ['field_id ' ] = 'googlePlus ' ;
430- break ;
431427 }
432428 // prevent issues with 0 being false for select
433429 if ($ profileField ['field_type ' ] == 'profilefields.type.dropdown ' ) {
@@ -517,7 +513,6 @@ public function exportUserOptions($offset, $limit)
517513 case 'profilefields.type.url ' :
518514 $ type = 'URL ' ;
519515 break ;
520- case 'profilefields.type.googleplus ' :
521516 case 'profilefields.type.string ' :
522517 $ type = 'text ' ;
523518 break ;
@@ -540,9 +535,6 @@ public function exportUserOptions($offset, $limit)
540535 case 'profilefields.type.dropdown ' :
541536 $ outputClass = SelectOptionsUserOptionOutput::class;
542537 break ;
543- case 'profilefields.type.googleplus ' :
544- $ outputClass = 'wcf\system\option\user\GooglePlusUserOptionOutput ' ;
545- break ;
546538 case 'profilefields.type.url ' :
547539 $ outputClass = URLUserOptionOutput::class;
548540 break ;
You can’t perform that action at this time.
0 commit comments