vali před 6 roky
rodič
revize
889f707d8e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      datainf/logic/HttpServerOnlySet.php

+ 1 - 1
datainf/logic/HttpServerOnlySet.php

@@ -129,7 +129,7 @@ class HttpServerOnlySet
                 }
 
                 $nowBuyDatasMainModel = $this->PDatas['Money_buy_Orders_Array'][$order_id];
-                if ($nowBuyDatasMainModel != 1) {
+                if ($nowBuyDatasMainModel->status != 1) {
                     continue;
                 }