From f08f4bddf0c88726c25fa5478055d4b6fc3335e2 Mon Sep 17 00:00:00 2001 From: john Date: Fri, 15 Jun 2018 14:03:43 +0800 Subject: [PATCH] AssetTrait.php --- AssetTrait.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AssetTrait.php b/AssetTrait.php index b05bbd44..d37d9459 100644 --- a/AssetTrait.php +++ b/AssetTrait.php @@ -15,6 +15,8 @@ trait Pman_Core_AssetTrait { function outputJavascriptDir($path) { + print_r($path); + $relpath = $this->rootURL . '/' . $path .'/'; $ff = HTML_FlexyFramework::get(); -- 2.39.2