From 064d4b0bea930430518682af070811bc6bab0331 Mon Sep 17 00:00:00 2001 From: Gianluca Giacometti <52405+gianlucagiacometti@users.noreply.github.com> Date: Thu, 13 Jul 2023 00:51:45 +0200 Subject: [PATCH] Update toolbox.php --- toolbox.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolbox.php b/toolbox.php index 38f5315..17fcdb9 100644 --- a/toolbox.php +++ b/toolbox.php @@ -134,7 +134,7 @@ public function init() // customise blank page $options = ['blankpage_type', 'blankpage_url', 'blankpage_image', 'blankpage_custom']; - if (customise['customise_blankpage'] !== false) { + if ($customise['customise_blankpage'] !== false) { if ($this->loglevel > 2) { rcube::write_log($this->logfile, "STEP in [function init]: 'customise blank page' database option selected: override config"); }