Browse Source

Fixed typo and code style

tags/2.0.0-beta
Alexander Makarov 11 years ago
parent
commit
8f2ce5dab7
  1. 2
      framework/yii/gii/Generator.php

2
framework/yii/gii/Generator.php

@ -225,7 +225,7 @@ abstract class Generator extends Model
{
$lines = array('Generating code using template "' . $this->getTemplatePath() . '"...');
$hasError = false;
foreach ($files as $file) {;
foreach ($files as $file) {
$relativePath = $file->getRelativePath();
if (isset($answers[$file->id]) && $file->operation !== CodeFile::OP_SKIP) {
$error = $file->save();

Loading…
Cancel
Save