From 376edb0f3c796ca17f45e659fc8f86c99c886136 Mon Sep 17 00:00:00 2001 From: mikael-zakaria Date: Fri, 29 Nov 2024 09:52:45 +0700 Subject: [PATCH] update minor --- app/Controllers/Prints.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controllers/Prints.php b/app/Controllers/Prints.php index 3251162..3e8bc45 100644 --- a/app/Controllers/Prints.php +++ b/app/Controllers/Prints.php @@ -107,7 +107,7 @@ P1 $fullPath = $path . $filename; // Tulis file ke folder tujuan - if (file_put_contents($fullPath, $content)) { + if (file_put_contents($fullPath, $sampleLable)) { // echo "File berhasil dibuat di folder $folderPath"; return $this->response->setJSON( [