Guillermo Espinoza 7 лет назад
Родитель
Сommit
4c01d3d4b5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      EventListener/DeviceListener.php

+ 1 - 1
EventListener/DeviceListener.php

@@ -116,7 +116,7 @@ class DeviceListener
                 $cmd_args = array(
                     '--type:' . get_class($entity),
                     '--id:' . $entity->getId(),
-                    '--url:' . $this->deviceDeletePostUrl,
+                    '--url:' . $this->deviceDeletePostUrl . $deviceId,
                     '--method:' . HttpRequestInterface::METHOD_DELETE,
                 );