Commit 38aceb8a by Phạm Văn Đoan

fixbug ko thay được ảnh bài hát

parent 41c3e6b5
......@@ -413,7 +413,7 @@ class CmsTrack extends CI_Controller
redirect(base_url('backend/cmsTrack/showTrack/'.$track_id));
}
$update = $this->privateUpdateTrackArt($track_id, 'track_image', true);
$update = $this->privateUpdateTrackArt($track_id, 'track_image', false);
if ($update) {
$this->session->set_flashdata('success', 'Cập nhật ảnh bài hát thành công');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment