File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ public function doFind($script) {
6969 || $ this ->appendScriptIfExist ($ this ->serverroot , "dist/ $ app- $ scriptName " )
7070 || $ this ->appendScriptIfExist ($ appRoot , $ script , $ appWebRoot )
7171 || $ this ->cacheAndAppendCombineJsonIfExist ($ this ->serverroot , $ script . '.json ' )
72- || $ this ->cacheAndAppendCombineJsonIfExist ($ appRoot , $ script . '.json ' , $ appWebRoot )
72+ || $ this ->cacheAndAppendCombineJsonIfExist ($ appRoot , $ script . '.json ' , $ app )
7373 || $ this ->appendScriptIfExist ($ this ->serverroot , $ theme_dir . 'core/ ' . $ script )
7474 || $ this ->appendScriptIfExist ($ this ->serverroot , 'core/ ' . $ script )
7575 || (strpos ($ scriptName , '/ ' ) === -1 && ($ this ->appendScriptIfExist ($ this ->serverroot , $ theme_dir . "dist/core- $ scriptName " )
You can’t perform that action at this time.
0 commit comments