PageTemplate/Profiler

* don't skip running parent::generate for incomplete profiles
This commit is contained in:
Sarjuuk
2025-10-06 15:00:47 +02:00
parent 7b429811a9
commit 045c16c241

View File

@@ -122,7 +122,10 @@ class ProfileBaseResponse extends TemplateResponse
protected function generate() : void protected function generate() : void
{ {
if ($this->doResync) if ($this->doResync)
{
parent::generate();
return; return;
}
if ($this->typeId) if ($this->typeId)
{ {