* fix variable name typo.

This commit is contained in:
Catouse
2020-08-26 11:15:35 +08:00
parent 295238a203
commit 00266f9118
+1 -1
View File
@@ -152,7 +152,7 @@ class programplan extends control
$custom = empty($data->stageCustom) ? '' : implode(',', $data->stageCustom);
$setting->setItem("$owner.$module.$section.$object", $custom);
$respone = array();
$response = array();
$response['result'] = 'success';
$response['message'] = '';
$this->send($response);