From 4d28019ef06bde0219493c6a843f0b6287cfc9b7 Mon Sep 17 00:00:00 2001 From: Pierre Date: Sun, 18 Feb 2018 18:33:15 +0100 Subject: [PATCH] Fixed error --- classes/components/notifications.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/components/notifications.php b/classes/components/notifications.php index 5a04087..e77531c 100644 --- a/classes/components/notifications.php +++ b/classes/components/notifications.php @@ -200,7 +200,7 @@ class notificationComponent { $data = $this->noticationToDB($notification, FALSE); $array = CS::get()->db->splitConditionsArray($data); $conditions = $array[0]; - $values = $array[2]; + $values = $array[1]; }