Skip to content

Commit

Permalink
Fixing DMIG-10
Browse files Browse the repository at this point in the history
  • Loading branch information
jwage committed Dec 8, 2010
1 parent b4cc2e8 commit 44941f0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -99,7 +99,7 @@ private function _buildCodeFromSql(Configuration $configuration, array $sql)
if (strpos($query, $configuration->getMigrationsTableName()) !== false) {
continue;
}
$code[] = "\$this->_addSql('" . $query . "');";
$code[] = "\$this->_addSql(\"$query\");";
}
return implode("\n", $code);
}
Expand Down

0 comments on commit 44941f0

Please sign in to comment.