]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/render/PageBuilder.php
Process configure page through Slim controller
[github/shaarli/Shaarli.git] / application / render / PageBuilder.php
index 264cd33b613105fc968bb94d210f4e4390dbe3f1..d90ed58ba279d3e4f7a33a16cf8485fc5ef02481 100644 (file)
@@ -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