mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-19 07:53:14 +00:00
Merge branch 'master' into PHRAS-3102-add-env-mysql
This commit is contained in:
@@ -65,11 +65,13 @@ class MessageHandler
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (isset($xdeath['count'])) {
|
||||||
$count = $xdeath['count'];
|
$count = $xdeath['count'];
|
||||||
$data['payload']['count'] = $count;
|
$data['payload']['count'] = $count;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
$msgType = $data['message_type'];
|
$msgType = $data['message_type'];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user