From 00266f91186b3aa523cd53a5f729e123f96151e1 Mon Sep 17 00:00:00 2001 From: Catouse Date: Wed, 26 Aug 2020 11:08:50 +0800 Subject: [PATCH] * fix variable name typo. --- module/programplan/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/programplan/control.php b/module/programplan/control.php index 011e276f7f..477c082c4c 100644 --- a/module/programplan/control.php +++ b/module/programplan/control.php @@ -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);