From e5301e621a9071bf00fd6aea26d7669617df600c Mon Sep 17 00:00:00 2001 From: Alan Date: Wed, 9 Aug 2023 10:57:39 +0800 Subject: [PATCH] dead code --- Asset.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Asset.php b/Asset.php index 5fc3e6a7..9b546c03 100644 --- a/Asset.php +++ b/Asset.php @@ -112,7 +112,7 @@ class Pman_Core_Asset extends Pman { $fh = fopen($fn,'r'); fpassthru($fh); fclose($fh); - $content = $data; + } -- 2.39.2