minor issue fix about fixture controllers.

This commit is contained in:
Qiang Xue
2014-01-02 23:34:00 -05:00
parent 9f74bba3f7
commit 239778efbd
2 changed files with 6 additions and 6 deletions

View File

@@ -219,7 +219,7 @@ class FixtureController extends \yii\console\controllers\FixtureController
if (empty($files)) {
throw new Exception(
"No files were found by name: \"{$file}\". \n"
"No files were found by name: \"" . implode(', ', $file) . "\". \n"
. "Check that template with these name exists, under template path: \n\"{$templatePath}\"."
);
}