shish 2 hónapja
szülő
commit
6bafadf4a1
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      console/controllers/CustomDistController.php

+ 1 - 1
console/controllers/CustomDistController.php

@@ -161,7 +161,7 @@ class CustomDistController extends Controller
                     'customId' => $customId,
                 ];
                 if (!$this->all) {
-                    $where['customDistId'] = ['<>', $distId];
+                    $where['customDistId!='] = $distId;
                 }
 
                 if ($this->dryRun) {