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"); }