Skip to content

Commit

Permalink
Enable website config cache
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano committed Aug 27, 2022
1 parent 5aece6d commit c4f5bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/core/Mage/Core/Model/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class Mage_Core_Model_Config extends Mage_Core_Model_Config_Base
'crontab' => 0,
'install' => 0,
'stores' => 1,
'websites' => 0
'websites' => 1
);

/**
Expand Down

0 comments on commit c4f5bf2

Please # to comment.