This repository was archived by the owner on Jun 1, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 10
10
<config >
11
11
<modules >
12
12
<Ebizmarts_MageMonkey >
13
- <version >1.2.6</version >
13
+ <version >1.2.6.1 </version >
14
14
</Ebizmarts_MageMonkey >
15
15
</modules >
16
16
<global >
Original file line number Diff line number Diff line change @@ -137,12 +137,9 @@ public function getMail($storeId)
137
137
if (!Mage::getStoreConfig (Ebizmarts_Mandrill_Model_System_Config::ENABLE , $ storeId )) {
138
138
return parent ::getMail ();
139
139
}
140
- if ($ this ->_mail ) {
141
- return $ this ->_mail ;
142
- } else {
143
- Mage::helper ('ebizmarts_mandrill ' )->log ("store: $ storeId API: " . Mage::getStoreConfig (Ebizmarts_Mandrill_Model_System_Config::APIKEY , $ storeId ));
144
- $ this ->_mail = new Mandrill_Message (Mage::getStoreConfig (Ebizmarts_Mandrill_Model_System_Config::APIKEY , $ storeId ));
145
- return $ this ->_mail ;
146
- }
140
+
141
+ Mage::helper ('ebizmarts_mandrill ' )->log ("store: $ storeId API: " . Mage::getStoreConfig (Ebizmarts_Mandrill_Model_System_Config::APIKEY , $ storeId ));
142
+ $ this ->_mail = new Mandrill_Message (Mage::getStoreConfig (Ebizmarts_Mandrill_Model_System_Config::APIKEY , $ storeId ));
143
+ return $ this ->_mail ;
147
144
}
148
145
}
Original file line number Diff line number Diff line change 2
2
<config >
3
3
<modules >
4
4
<Ebizmarts_Mandrill >
5
- <version >2.0.11 </version >
5
+ <version >2.0.12 </version >
6
6
</Ebizmarts_Mandrill >
7
7
</modules >
8
8
<global >
You can’t perform that action at this time.
0 commit comments