diff --git a/endpoints/profile/profile.php b/endpoints/profile/profile.php index 284ed283..2e41350c 100644 --- a/endpoints/profile/profile.php +++ b/endpoints/profile/profile.php @@ -122,7 +122,10 @@ class ProfileBaseResponse extends TemplateResponse protected function generate() : void { if ($this->doResync) + { + parent::generate(); return; + } if ($this->typeId) {