From 0f3f440262e00445322a75644017a17454ef01f2 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 24 Dec 2015 12:12:41 +0800 Subject: [PATCH] Asset.php --- Asset.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Asset.php b/Asset.php index 8014aac1..dfd511ac 100644 --- a/Asset.php +++ b/Asset.php @@ -22,8 +22,7 @@ require_once 'Pman.php'; class Pman_Core_Asset extends Pman { - - + var $types = array( 'css' => 'text/css', 'js' => 'text/javascript', -- 2.39.2