dever %!s(int64=6) %!d(string=hai) anos
pai
achega
e67346e597
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/Core.php

+ 1 - 1
lib/Core.php

@@ -91,7 +91,7 @@ class Core
 		$info = $db->one(array('order_id' => $order_id));
 		if ($info) {
 			if (!$state) {
-				return $this->createOrder($uid, $username, $account_id, $project_id, $product_id, $name, $cash, $type, $order_id);
+				return $this->createOrder($uid, $username, $account_id, $project_id, $product_id, $name, $cash, $type);
 			} else {
 				return $order_id;
 			}