X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=application%2Frender%2FPageBuilder.php;h=d90ed58ba279d3e4f7a33a16cf8485fc5ef02481;hb=66063ed1a18d739b1a60bfb163d8656417a4c529;hp=264cd33b613105fc968bb94d210f4e4390dbe3f1;hpb=465033230da0398426010aa7bd3694735b71c899;p=github%2Fshaarli%2FShaarli.git 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 $this->tpl->assign('conf', $this->conf); } + /** + * Affect variable after controller processing. + * Used for alert messages. + */ protected function finalize(): void { // TODO: use the SessionManager