Commit a5d5e804 by Alexander Makarov

Re-added removed initialization of array

parent 8325aace
...@@ -297,6 +297,8 @@ class FixtureController extends Controller ...@@ -297,6 +297,8 @@ class FixtureController extends Controller
{ {
$fixturesPath = Yii::getAlias($this->fixturePath); $fixturesPath = Yii::getAlias($this->fixturePath);
$files = [];
if ($this->needToApplyAll($fixtures[0])) { if ($this->needToApplyAll($fixtures[0])) {
$files = FileHelper::findFiles($fixturesPath, ['only' => ['.php']]); $files = FileHelper::findFiles($fixturesPath, ['only' => ['.php']]);
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment