mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
PageTemplate/Profiler
* don't skip running parent::generate for incomplete profiles
This commit is contained in:
@@ -122,7 +122,10 @@ class ProfileBaseResponse extends TemplateResponse
|
||||
protected function generate() : void
|
||||
{
|
||||
if ($this->doResync)
|
||||
{
|
||||
parent::generate();
|
||||
return;
|
||||
}
|
||||
|
||||
if ($this->typeId)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user