$in['action'] = WRENCHBOARD_MARKET_PLAN01_NEXT1;

This commit is contained in:
CHIEFSOFT\ameye
2024-10-02 13:40:04 -04:00
parent 089dff778a
commit f8500dce8c
+1 -1
View File
@@ -33,7 +33,7 @@ class Promo extends BaseController
log_message('critical', "Promo::user_server_name **** user_server_name ". $out["user_server_name"] );
log_message('critical', "Promo::promoStart ********* OUT ".serialize($out) );
$in['action'] = -1; // we dont need reformating on this data
return $this->respond( $this->summaryReturnData($in,$out), 200);
}