PageTemplate/Profiler
* don't skip running parent::generate for incomplete profiles
This commit is contained in:
parent
7b429811a9
commit
045c16c241
1 changed files with 3 additions and 0 deletions
|
|
@ -122,7 +122,10 @@ class ProfileBaseResponse extends TemplateResponse
|
|||
protected function generate() : void
|
||||
{
|
||||
if ($this->doResync)
|
||||
{
|
||||
parent::generate();
|
||||
return;
|
||||
}
|
||||
|
||||
if ($this->typeId)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue