Properly initialize variable.

Fixes #3658
This commit is contained in:
mark_story 2013-03-01 13:42:39 -05:00
parent 7d84960b72
commit 474210d007

View file

@ -299,6 +299,7 @@ class FixtureTask extends BakeTask {
if (empty($fieldInfo['type'])) { if (empty($fieldInfo['type'])) {
continue; continue;
} }
$insert = '';
switch ($fieldInfo['type']) { switch ($fieldInfo['type']) {
case 'integer': case 'integer':
case 'float': case 'float':