diff --git a/app/Controllers/TestimonialController.php b/app/Controllers/TestimonialController.php index 9043d8a..c256299 100644 --- a/app/Controllers/TestimonialController.php +++ b/app/Controllers/TestimonialController.php @@ -217,6 +217,8 @@ public function edit($id) $testimonial->email = $this->request->getPost('email'); $testimonial->data = json_encode($data); $testimonial->active = $this->request->getPost('active'); + unset($testimonial->dataArray); + unset($testimonial->logArray); if($this->request->getPost('active') == 2 && $this->request->getPost('notify')){