Projekt

Allgemein

Profil

GX-Bug #52119 » JSUsermodFix.patch

Till Tepelmann, 12.06.2017 16:04

Unterschiede anzeigen:

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
		{
    (1-1/1)