diff --git a/classes/plugin/AdminController.php b/classes/plugin/AdminController.php index 66d69ff3..a0eb49e3 100644 --- a/classes/plugin/AdminController.php +++ b/classes/plugin/AdminController.php @@ -2164,7 +2164,7 @@ class AdminController extends AdminBaseController } $preview = $this->data['preview'] ?? false; - $data = ['color_scheme' => $this->data['color_scheme'] ?? null]; + $data = ['color_scheme' => $this->data['whitebox']['color_scheme'] ?? null]; if ($preview) { // send through some tmp filenames