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