Skip to content

Commit

Permalink
Update toolbox.php
Browse files Browse the repository at this point in the history
  • Loading branch information
gianlucagiacometti authored Jul 12, 2023
1 parent fccb516 commit 064d4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
Expand Down

0 comments on commit 064d4b0

Please sign in to comment.