Skip to content
This repository was archived by the owner on Mar 27, 2019. It is now read-only.

Commit de50f57

Browse files
author
Aleksey Razbakov
authored
Merge pull request #37 from PostCrafter/magento-1.9.2.4
Apply PATCH-4755_EE_1.13.1.0_v1
2 parents 032651f + 2f0e49e commit de50f57

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,9 @@ public function init($options=array())
256256
if ($cacheLoad) {
257257
return $this;
258258
}
259+
260+
$this->_useCache = false;
261+
259262
$this->loadModules();
260263
$this->loadDb();
261264
$this->saveCache();

app/etc/applied.patches.list

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2016-08-30 09:25:28 UTC | SUPEE-4755 | EE_1.13.1.0 | v1 | c76fcfcd842aeb74fe034b5c4f100a4e17d5bc60 | Fri Jan 16 13:29:07 2015 +0200 | v1.13.1.0..HEAD
2+
patching file app/code/core/Mage/Core/Model/Config.php
3+
4+

0 commit comments

Comments
 (0)