mirror of
https://github.com/pierre42100/ComunicAPI
synced 2024-11-27 07:49:27 +00:00
Fixed error
This commit is contained in:
parent
82c375103b
commit
4d28019ef0
@ -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];
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user