From d59a50742df69cea8146a141da0c349d043ffd76 Mon Sep 17 00:00:00 2001 From: Woraprat <73052317+aeworaprat@users.noreply.github.com> Date: Thu, 6 Apr 2023 12:58:37 +0700 Subject: [PATCH] update project --- html/exhi/application/controllers/Project.php | 1 - 1 file changed, 1 deletion(-) diff --git a/html/exhi/application/controllers/Project.php b/html/exhi/application/controllers/Project.php index 7a39bf6..8b616f1 100644 --- a/html/exhi/application/controllers/Project.php +++ b/html/exhi/application/controllers/Project.php @@ -686,7 +686,6 @@ class Project extends Exhibition_Controller { $base64_decode_image2 = base64_decode($data_image2); file_put_contents($path_save_image.$image2, $base64_decode_image2); } - $this->detail->insert_detail($description, $path.$image1, $path.$image2, $template, $id); } } -- GitLab