Skip to content

Commit 77c161e

Browse files
committed
Enable website config cache
1 parent 71998f5 commit 77c161e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/core/Mage/Core/Model/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class Mage_Core_Model_Config extends Mage_Core_Model_Config_Base
5959
'crontab' => 0,
6060
'install' => 0,
6161
'stores' => 1,
62-
'websites' => 0
62+
'websites' => 1
6363
);
6464

6565
/**

0 commit comments

Comments
 (0)