stanley-king 2 years ago
parent
commit
d1e2917bc6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mchsrv/control/merchant_order.php

+ 1 - 1
mchsrv/control/merchant_order.php

@@ -3,7 +3,7 @@
 use task\manager;
 
 require_once(BASE_ROOT_PATH . '/mobile/control/merchantweb.php');
-//require_once(BASE_HELPER_PATH . '/task/task_helper.php');
+require_once(BASE_HELPER_PATH . '/task/task_helper.php');
 
 class merchant_orderControl extends mbMerchantControl
 {