1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 00:54:49 +02:00

Issue #3104 Library CSS fix for late calls. (eg. bootstrap-switch )

This commit is contained in:
Cameron
2018-05-12 11:45:55 -07:00
parent b71d7704fa
commit ac4b505ceb
4 changed files with 11 additions and 1 deletions

View File

@@ -979,6 +979,7 @@ class e_jsmanager
case 'library_css':
$file_path = $runtime_location.$this->_sep.$tp->createConstants($file_path, 'mix').$this->_sep.$pre.$this->_sep.$post;
// e107::getDebug()->log($file_path);
if(!isset($this->_e_css['library'])) $this->_e_css['library'] = array();
$registry = &$this->_e_css['library'];
$runtime = true;