Skip to content

Commit

Permalink
Properly initialize variable.
Browse files Browse the repository at this point in the history
Fixes #3658
  • Loading branch information
markstory committed Mar 1, 2013
1 parent 7d84960 commit 474210d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Cake/Console/Command/Task/FixtureTask.php
Expand Up @@ -299,6 +299,7 @@ protected function _generateRecords($tableInfo, $recordCount = 1) {
if (empty($fieldInfo['type'])) {
continue;
}
$insert = '';
switch ($fieldInfo['type']) {
case 'integer':
case 'float':
Expand Down

0 comments on commit 474210d

Please sign in to comment.