diff options
Diffstat (limited to 'application/render/PageBuilder.php')
-rw-r--r-- | application/render/PageBuilder.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/application/render/PageBuilder.php b/application/render/PageBuilder.php index 264cd33b..d90ed58b 100644 --- a/application/render/PageBuilder.php +++ b/application/render/PageBuilder.php | |||
@@ -143,6 +143,10 @@ class PageBuilder | |||
143 | $this->tpl->assign('conf', $this->conf); | 143 | $this->tpl->assign('conf', $this->conf); |
144 | } | 144 | } |
145 | 145 | ||
146 | /** | ||
147 | * Affect variable after controller processing. | ||
148 | * Used for alert messages. | ||
149 | */ | ||
146 | protected function finalize(): void | 150 | protected function finalize(): void |
147 | { | 151 | { |
148 | // TODO: use the SessionManager | 152 | // TODO: use the SessionManager |