mirror of
https://github.com/pierre42100/ComunicAPI
synced 2025-09-19 13:58:56 +00:00
Fixed error
This commit is contained in:
@@ -200,7 +200,7 @@ class notificationComponent {
|
|||||||
$data = $this->noticationToDB($notification, FALSE);
|
$data = $this->noticationToDB($notification, FALSE);
|
||||||
$array = CS::get()->db->splitConditionsArray($data);
|
$array = CS::get()->db->splitConditionsArray($data);
|
||||||
$conditions = $array[0];
|
$conditions = $array[0];
|
||||||
$values = $array[2];
|
$values = $array[1];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user