Skip to content

Commit 8def8bf

Browse files
committed
Fix config
1 parent 8c78b40 commit 8def8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/community/Emagedev/Morpher/sql/emagedev_morpher_setup/mysql4-install-0.1.0.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
/* @var $installer Mage_Eav_Model_Entity_Setup */
3636

3737
$table = $installer->getConnection()
38-
->newTable($installer->getTable('emagedev_russian/inflection'))
38+
->newTable($installer->getTable('morpher/inflection'))
3939
->addColumn('id', Varien_Db_Ddl_Table::TYPE_INTEGER, null, array(
4040
'identity' => true,
4141
'unsigned' => true,

0 commit comments

Comments
 (0)