dead code
authorAlan <alan@roojs.com>
Wed, 9 Aug 2023 02:57:39 +0000 (10:57 +0800)
committerAlan <alan@roojs.com>
Wed, 9 Aug 2023 02:57:39 +0000 (10:57 +0800)
Asset.php

index 5fc3e6a..9b546c0 100644 (file)
--- 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;
+             
         }