GX-Abgewiesen #52140 » JSUsermodTemplateFix.patch
src/system/core/UsermodJSMaster.inc.php (revision ) | ||
---|---|---|
34 | 34 |
function get_files() |
35 | 35 |
{ |
36 | 36 |
$dataCache = DataCache::get_instance(); |
37 |
$cacheKey = 'js_usermods-' . $this->get_page(); |
|
37 |
$cacheKey = 'js_usermods-' . CURRENT_TEMPLATE. '-' . $this->get_page();
|
|
38 | 38 |
|
39 | 39 |
if($dataCache->key_exists($cacheKey, true)) |
40 | 40 |
{ |