From ae8d84012bbc14f21a075f9addfa9554e3cc5534 Mon Sep 17 00:00:00 2001 From: Yasen Pramatarov Date: Mon, 17 Feb 2025 15:41:35 +0200 Subject: [PATCH] Bugfixes --- app/includes/feedback-get.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/includes/feedback-get.php b/app/includes/feedback-get.php index 46b7469..908e9a9 100644 --- a/app/includes/feedback-get.php +++ b/app/includes/feedback-get.php @@ -3,7 +3,7 @@ // Get any flash messages from previous request $flash_messages = Feedback::getFlash(); if (!empty($flash_messages)) { - $messages = array_merge($messages, array_map(function($flash) { + $system_messages = array_merge($system_messages, array_map(function($flash) { return [ 'category' => $flash['category'], 'key' => $flash['key'],