From 3bf11b5e43ac6a7bbedfcea1b636ce4df3179f2d Mon Sep 17 00:00:00 2001 From: john Date: Wed, 15 Aug 2018 14:07:48 +0800 Subject: [PATCH] Asset.php --- Asset.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Asset.php b/Asset.php index e62a2109..d98a5be2 100644 --- a/Asset.php +++ b/Asset.php @@ -123,8 +123,8 @@ class Pman_Core_Asset extends Pman { die('invalid'); } - static function getAssetDir() + static function getAssetDir($type) { - + if(empty($type)) } } -- 2.39.2