mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-17 06:48:59 +08:00
Merge pull request #10324 from Vovan-VE/tweak-message-extract-output
MessageController output DB lost EOL when unused messages unchanged
This commit is contained in:
@@ -407,6 +407,8 @@ EOD;
|
||||
['in', 'id', $obsolete]
|
||||
)->execute();
|
||||
$this->stdout("updated.\n");
|
||||
} else {
|
||||
$this->stdout("kept untouched.\n");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user