Skip to content

Commit

Permalink
a bug with magmi and table prefixes was solved
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano committed Jun 13, 2014
1 parent bcc0ba6 commit 8847b85
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.4.0
-----
* a bug with Magmi and table prefixes was solved

0.3.0
-----
* "Attribute to translate" config il now a multiselect
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config>
<modules>
<Fballiano_FullCatalogTranslate>
<version>0.3.0</version>
<version>0.4.0</version>
</Fballiano_FullCatalogTranslate>
</modules>
<global>
Expand Down
1 change: 1 addition & 0 deletions lib/Magmi/inc/magmi_engine.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public final function initialize($params=array())
$this->_conf->load();

$this->tprefix=$this->_conf->get("DATABASE","table_prefix");
$this->tprefix=Mage::getConfig()->getTablePrefix();//FB: patch for magento
$this->_excid=0;
$this->_initialized=true;
$this->_exceptions=array();
Expand Down

0 comments on commit 8847b85

Please sign in to comment.