We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10da7af commit 5cb3187Copy full SHA for 5cb3187
app/code/core/Mage/Adminhtml/Model/Email/Template.php
@@ -53,8 +53,6 @@ public function getSystemConfigPathsWhereUsedAsDefault()
53
}
54
$paths = array();
55
56
- $configSections = Mage::getSingleton('adminhtml/config')->getSections();
57
-
58
// find nodes which are using $templateCode value
59
$defaultCfgNodes = Mage::getConfig()->getXpath('default/*/*[*="' . $templateCode . '"]');
60
if (!is_array($defaultCfgNodes)) {
0 commit comments