Skip to content

Commit 1b2275e

Browse files
committed
Merge commit 'a78f0e19fe49c9036f0b3e2dbfc0d562715cc63f' into HEAD
2 parents 3e89d9c + a78f0e1 commit 1b2275e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console/controllers/MysqlController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ private function execute($cmd)
341341
}
342342

343343
private function getFilePrefix(){
344-
return 'm'.gmdate('ymd_His').'_'.\Yii::$app->id.(defined('APP_VERSION')?'_'.APP_VERSION:'');
344+
return 'm'.gmdate('ymd_His').'_'.\Yii::$app->id.(defined('APP_VERSION')?'_'.trim(APP_VERSION):'');
345345
}
346346

347347
}

0 commit comments

Comments
 (0)