1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-migrations.git synced 2024-06-26 03:40:54 +03:00

Fix bad variable call, Fixes #15

This commit is contained in:
Jeremy Bush 2011-05-12 14:23:15 -05:00
parent 64d87e1be9
commit e6cdf3ce32

View file

@ -173,7 +173,7 @@ class Minion_Migration_Manager {
if ($this->_dry_run) if ($this->_dry_run)
{ {
$this->_dry_run_sql[$path][$migration['timestamp']] = $db->reset_query_stack(); $this->_dry_run_sql[$migration['group']][$migration['timestamp']] = $db->reset_query_stack();
} }
else else
{ {