mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-17 14:57:23 +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]
|
['in', 'id', $obsolete]
|
||||||
)->execute();
|
)->execute();
|
||||||
$this->stdout("updated.\n");
|
$this->stdout("updated.\n");
|
||||||
|
} else {
|
||||||
|
$this->stdout("kept untouched.\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user