mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
Remove use of old db_info in minify_scripts processing
This commit is contained in:
parent
f2f7cffdb8
commit
d41516349c
3 changed files with 18 additions and 22 deletions
|
|
@ -152,7 +152,7 @@ class FrontEndFileHandler extends Handler
|
|||
|
||||
if(self::$minify === null)
|
||||
{
|
||||
self::$minify = Context::getDBInfo()->minify_scripts ?: 'common';
|
||||
self::$minify = config('view.minify_scripts') ?: 'common';
|
||||
}
|
||||
|
||||
if(isset($existsInfo[$existsKey]))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue