aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/render
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2020-05-30 14:00:06 +0200
committerArthurHoaro <arthur@hoa.ro>2020-07-23 21:19:21 +0200
commit66063ed1a18d739b1a60bfb163d8656417a4c529 (patch)
tree5af628861a42af1a4bf84f6dcd18a24b80cc3a1c /application/render
parent465033230da0398426010aa7bd3694735b71c899 (diff)
downloadShaarli-66063ed1a18d739b1a60bfb163d8656417a4c529.tar.gz
Shaarli-66063ed1a18d739b1a60bfb163d8656417a4c529.tar.zst
Shaarli-66063ed1a18d739b1a60bfb163d8656417a4c529.zip
Process configure page through Slim controller
Diffstat (limited to 'application/render')
-rw-r--r--application/render/PageBuilder.php4
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