diff --git a/html/exhi/application/controllers/Project.php b/html/exhi/application/controllers/Project.php index 7a39bf66ae0053d9162dfdfcab59e9ba012093ab..8b616f1444aa82f6d800977101574fe09d3c9077 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); } }