rabin 2 tahun lalu
induk
melakukan
fd0c8e4b04
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      lib/Core.php

+ 1 - 0
lib/Core.php

@@ -13,6 +13,7 @@ class Core
 		$project_id = $this->checkOrder($order_id);
 		if ($project_id) {
 			$info = array();
+			$info['id'] = 1;
 			$info['status'] = 1;
 			$info['order_id'] = $order_id;
 			$info['project_id'] = $project_id;