mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
add espace
This commit is contained in:
@@ -54,7 +54,7 @@ class RecordSubscriber implements EventSubscriberInterface
|
||||
if (!$record->isStory()) {
|
||||
$subdefs = $record->getDatabox()->get_subdef_structure()->getSubdefGroup($record->getType());
|
||||
|
||||
if ($subdefs !==null) {
|
||||
if ($subdefs !== null) {
|
||||
foreach ($subdefs as $subdef) {
|
||||
$payload = [
|
||||
'message_type' => MessagePublisher::SUBDEF_CREATION_TYPE,
|
||||
|
Reference in New Issue
Block a user