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